[git] Added -v options to br shortcut

This commit is contained in:
Nick Nisi
2012-09-11 20:19:12 -05:00
parent b19f5ad02f
commit 40e06f950e

View File

@@ -7,7 +7,7 @@
co = checkout
s = status --short
ss = status
br = branch
br = branch -v
# show a pretty log graph
lg = log --graph --pretty=oneline --abbrev-commit --decorate
# show files that have changed between two branches (git dbr master..branch)