Skip to content

Instantly share code, notes, and snippets.

@clupasq
Created June 26, 2012 08:53
Show Gist options
  • Save clupasq/2994524 to your computer and use it in GitHub Desktop.
Save clupasq/2994524 to your computer and use it in GitHub Desktop.
Git config
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