Skip to content

Instantly share code, notes, and snippets.

@geffrak
Created June 9, 2021 14:39
Show Gist options
  • Save geffrak/2e09abe9fc8b8eca7b063672d5bdc51d to your computer and use it in GitHub Desktop.
Save geffrak/2e09abe9fc8b8eca7b063672d5bdc51d to your computer and use it in GitHub Desktop.
.gitconfig
[url "git@github.com:"]
insteadOf = https://github.com/
[user]
name = Kerby Geffrard
email = kerby.geffrard@gmail.com
[push]
default = current
[log]
follow = true
[core]
quotepath = false
excludesfile = /Users/geffrak/.shared-gitignore
[color]
status = auto
branch = auto
diff = auto
[help]
autocorrect = 1
[rerere]
enabled = true
autoupdate = true
[submodule]
fetchJobs = 0
[fetch]
parallel = 0
[diff]
renameLimit = 99999
[credential]
helper = "osxkeychain "
[init]
defaultBranch = main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment