Skip to content

Instantly share code, notes, and snippets.

@kenwarner
Created February 6, 2016 22:14
Show Gist options
  • Save kenwarner/920505fcaa9879db86ae to your computer and use it in GitHub Desktop.
Save kenwarner/920505fcaa9879db86ae to your computer and use it in GitHub Desktop.
git status colors
[color "status"]
header = black normal bold # the header text of the status message
added = green normal bold # files which are added but not committed
updated = green normal bold # files which are added but not committed
hanged = yellow normal bold # files which are changed but not added in the index
untracked = cyan normal bold # files which are not tracked by Git
branch = magenta normal bold # the current branch
nobranch = normal normal bold # the color the no branch warning is shown in, defaulting to red
unmerged = red normal bold # files which have unmerged changes
# available colors are normal, black, red, green, yellow, blue, magenta, cyan and white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment