Created
October 1, 2018 07:23
-
-
Save mjul/f05609fd4fa42f2d3030c3ede5a5c2d3 to your computer and use it in GitHub Desktop.
Git status colour config for PowerShell readability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# `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