Skip to content

Instantly share code, notes, and snippets.

@roryhardy
Last active December 1, 2015 14:34
Show Gist options
  • Save roryhardy/2724364 to your computer and use it in GitHub Desktop.
Save roryhardy/2724364 to your computer and use it in GitHub Desktop.
Make git pretty
# 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