Skip to content

Instantly share code, notes, and snippets.

@futurist
Last active June 26, 2016 22:25
Show Gist options
  • Save futurist/d483e53c1d56c4acc8306e3f066eb3c0 to your computer and use it in GitHub Desktop.
Save futurist/d483e53c1d56c4acc8306e3f066eb3c0 to your computer and use it in GitHub Desktop.
global git config
[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