Adding gbrt tool to view info about git branches

This commit is contained in:
Nick Nisi
2013-01-24 09:35:32 -06:00
parent 048449e07b
commit fd79fe70c1
2 changed files with 43 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
s = status --short
ss = status
br = branch -v
brt = "!sh -c gbrt"
# show a pretty log graph
lg = log --graph --pretty=oneline --abbrev-commit --decorate
# slight variation of pretty log graph