Created
November 17, 2021 16:01
-
-
Save sachsgit/02a70e543cef5bf980cfcc0311927785 to your computer and use it in GitHub Desktop.
My Git Config in $HOME directory
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
[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