Skip to content

Instantly share code, notes, and snippets.

@piffall
Last active January 4, 2016 02:59
Show Gist options
  • Save piffall/8558573 to your computer and use it in GitHub Desktop.
Save piffall/8558573 to your computer and use it in GitHub Desktop.
git colors
#!/bin/sh
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global color.status auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment