Created
November 29, 2010 15:14
-
-
Save benjaminplee/720060 to your computer and use it in GitHub Desktop.
sample .gitconfig
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
[user] | |
email = EMAILZ | |
name = Benjamin Lee | |
[core] | |
repositoryformatversion = 0 | |
filemode = false | |
bare = false | |
logallrefupdates = true | |
[color] | |
ui = auto | |
[alias] | |
st = status | |
co = checkout | |
ci = commit | |
br = branch | |
[apply] | |
whitespace = strip | |
whitespace = nowarn | |
[http] | |
sslVerify = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment