Last active
June 26, 2016 22:25
-
-
Save futurist/d483e53c1d56c4acc8306e3f066eb3c0 to your computer and use it in GitHub Desktop.
global git config
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
[user] | |
name = James Yang | |
email = [email protected] | |
[credential] | |
helper = store | |
[filter "lfs"] | |
clean = git lfs clean %f | |
smudge = git lfs smudge %f | |
required = true | |
[push] | |
default = simple | |
[url "https://github.com/futurist/"] | |
insteadOf="futurist:" | |
[http] | |
sslVerify = false | |
[core] | |
excludesfile = ~/.gitignore | |
editor = vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment