gitconfig: add --decorate to graph

This commit is contained in:
nemunaire 2014-04-17 10:13:50 +02:00
parent 2b0a123acf
commit 949f907fd9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
co = checkout
st = status
br = branch
graph = log --graph --oneline --branches --all
graph = log --graph --oneline --branches --all --decorate
st=status -sb
unstage=reset HEAD
uncommit=reset --soft HEAD^