diff --git a/.gitconfig b/.gitconfig index 4899bfd..55cc700 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,7 +14,7 @@ remote = green [color "diff"] - meta = yellow bold + meta = yellow frag = magenta bold old = red bold new = green bold @@ -24,6 +24,9 @@ changed = green untracked = cyan +[color "decorate"] + tag = yellow + [alias] unstage = reset HEAD -- st = status