Author: "Lists all of a user's branches, including local and remote, and shows:"
git
Go to file
2015-12-03 16:53:00 -05:00
git-my shell syntax 2015-03-29 23:26:48 -04:00
README.md readme 2015-03-05 15:00:28 -05:00
screenshot.png update screenshot 2015-12-03 16:53:00 -05:00

git-my v0.1

Lists (stale) (branches|tags) in the remote named (origin) (where you were the last committer)

Homepage

About

Unlike git branch -r this shows only YOUR branches.

Installation

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

Usage

From command line execute:

git my

TODO

  • Add options:
-U|--username="gitconfig user.name"
-R|--remote=origin
-T|--tags
-B|--branches
-F|--filter=mine,stale

Copyright (c) 2015 David O'Trakoun