diff --git a/git/gitconfig b/git/gitconfig index 26ab172..245d27f 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -5,6 +5,15 @@ attributesfile = \"$HOME/.gitattributes\" [ui] color = true +[color "decorate"] + branch = green brightgreen + HEAD = red brightred + remoteBranch = blue brightblue + tag = magenta brightmagenta + stash = green + grafted = blue +[log] + graphColors=red,green,blue,magenta,cyan [push] default = simple [color]