[git] Added -v options to br shortcut
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
s = status --short
|
s = status --short
|
||||||
ss = status
|
ss = status
|
||||||
br = branch
|
br = branch -v
|
||||||
# show a pretty log graph
|
# show a pretty log graph
|
||||||
lg = log --graph --pretty=oneline --abbrev-commit --decorate
|
lg = log --graph --pretty=oneline --abbrev-commit --decorate
|
||||||
# show files that have changed between two branches (git dbr master..branch)
|
# show files that have changed between two branches (git dbr master..branch)
|
||||||
|
|||||||
Reference in New Issue
Block a user