Skip to content

Instantly share code, notes, and snippets.

@jtarleton
Created July 1, 2013 21:01
Show Gist options
  • Save jtarleton/5904597 to your computer and use it in GitHub Desktop.
Save jtarleton/5904597 to your computer and use it in GitHub Desktop.
Good git config commands
git config --global core.editor vim
git config --global color.ui true
git config --global color.diff.meta "blue black bold"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment