Skip to content

Instantly share code, notes, and snippets.

@mjul
Created October 1, 2018 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mjul/f05609fd4fa42f2d3030c3ede5a5c2d3 to your computer and use it in GitHub Desktop.
Save mjul/f05609fd4fa42f2d3030c3ede5a5c2d3 to your computer and use it in GitHub Desktop.
Git status colour config for PowerShell readability
# `git status` in PowerShell shows untracked files is a dark red that is hard to read on the blue background.
# Change it to high-contrast red:
git config --global color.status.untracked "bold red"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment