Last active
December 1, 2015 14:34
-
-
Save roryhardy/2724364 to your computer and use it in GitHub Desktop.
Make git pretty
This file contains 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
# Run these three commands to make git pretty. | |
git config --global color.branch "auto" | |
git config --global color.status "auto" | |
git config --global color.diff "auto" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment