Skip to content

Instantly share code, notes, and snippets.

@bjesuiter
Created September 13, 2023 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjesuiter/b2de352322854d2c569afb77434cf784 to your computer and use it in GitHub Desktop.
Save bjesuiter/b2de352322854d2c569afb77434cf784 to your computer and use it in GitHub Desktop.
Git Config Tricks
[credential "helperselector"]
selected = wincred
[credential]
helper = wincred
autoDetectTimeout = -1
[user]
email = myemail@gmail.com
name = My Name
[pull]
ff = only
[fetch]
prune = true
[http "https://github.com"]
proxy = proxy-address
sslVerify = false
[github "com"]
provider = github
[http]
proxy = proxy-address
[https]
proxy = proxy-address
[credential "github.com"]
provider = github
[push]
autoSetupRemote = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment