Author: "Lists all of a user's branches, including local and remote, and shows:"
git
Go to file
David O'Trakoun 29620b3b86 readme fmt
2015-03-31 23:55:59 -04:00
git-my update 0.3.0 with decorated merged/local info 2015-03-31 23:53:42 -04:00
README.md readme fmt 2015-03-31 23:55:59 -04:00

git-my v0.3.0

Lists a user's remote branches and shows if it was merged and/or available locally

Name Link
Project Home: https://github.com/davidosomething/git-my

About

Unlike git branch -r and git remote show origin this shows only branches where YOU were the last committer and it will tell you if you have a copy of that branch locally.

Here's a screenshot: Example output

Installation

  • Add the git-my file somewhere in your path, e.g. /usr/local/bin/

Usage

From command line execute:

git my

To do

  • Colorize output
  • Options support
  -v|--version
  -h|--help
  -d|--decorate       LOCAL,MERGED
  -r|--remote-ref     origin/master
  -U|--username
  --no-color
  --no-header
  --no-decorate

Copyright (c) 2015 David O'Trakoun me@davidosomething.com