Created
July 1, 2013 21:01
-
-
Save jtarleton/5904597 to your computer and use it in GitHub Desktop.
Good git config commands
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 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