...named git-mr. Put it on your $PATH to call it like git mr
.
usage: git mr [-a|-r] [upstream]
positional arguments:
upstream the branch to which everything else is compared
optional arguments:
-h, --help show this help message and exit
-r examine remote branches
-a examine all branches
Requires argparse package (built-in in Python 2.7). Will color
branches if you happen to have Pygments installed.
Signed-off-by: Wolf wolf@geek.net