diff --git a/.gitconfig b/.gitconfig index 3083d80..2f63a5f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,7 +29,7 @@ interactive = add --patch diffdir = difftool --dir-diff - graph = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' + graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(bold yellow)%d%C(reset)' stage = add unstage = reset -q HEAD --