Created
June 26, 2012 08:53
-
-
Save clupasq/2994524 to your computer and use it in GitHub Desktop.
Git config
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
git config --global user.name <user> | |
git config --global user.email <email> | |
git config --global help.autocorrect 1 | |
git config --global color.ui auto | |
git config --global core.autocrlf true | |
git config --global alias.glog "log --graph --oneline --all --decorate" | |
git config --global core.editor "C:/Windows/notepad.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment