Author: "Lists all of a user's branches, including local and remote, and shows:"
git
Go to file
2015-12-03 17:01:19 -05:00
git-my spacing 2015-12-03 16:56:43 -05:00
README.md update readme 2015-12-03 17:01:06 -05:00
screenshot.png update screenshot 2015-12-03 16:53:00 -05:00

git-my v1.0.0

Lists all of a user's branches, including local and remote, and shows:

  • if a remote branch is checked out locally
  • if a local branch is tracked remotely
  • if a local branch is up-to-date with a specified branch
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

Options

Remote comparison branch

git my origin/qa

will give you a list of your remote branches and tell you which ones have been merged into origin/qa.

To do

-v|--version
-h|--help
-U|--username
--local
--merged
--tracked

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