Skip to content

Instantly share code, notes, and snippets.

@sachsgit
Created November 17, 2021 16:01
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 sachsgit/02a70e543cef5bf980cfcc0311927785 to your computer and use it in GitHub Desktop.
Save sachsgit/02a70e543cef5bf980cfcc0311927785 to your computer and use it in GitHub Desktop.
My Git Config in $HOME directory
[color]
ui = auto
[core]
autocrlf = false
longpaths = true
[credential]
helper = wincred
useHttpPath = true
[http]
sslVerify = true
sslCAPath = C:/Program Files/Java/jdk-16/lib/security/cacerts
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[push]
default = simple
[user]
name = ?
email = ?@?.?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment