From 949f907fd93a70d7e728b87886f27be42590f686 Mon Sep 17 00:00:00 2001 From: Nemunaire Date: Thu, 17 Apr 2014 10:13:50 +0200 Subject: [PATCH] gitconfig: add --decorate to graph --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index d1e12ba..6a192cc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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^