diff --git a/.gitconfig b/.gitconfig index c81d7d6..55cc700 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,9 @@ changed = green untracked = cyan +[color "decorate"] + tag = yellow + [alias] unstage = reset HEAD -- st = status