Created
April 8, 2016 20:31
-
-
Save pascalberger/7b05f650b8f4bb3f49fe64625f00c316 to your computer and use it in GitHub Desktop.
This file contains 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
core.symlinks=false | |
core.autocrlf=true | |
color.diff=auto | |
color.status=auto | |
color.branch=auto | |
color.interactive=true | |
help.format=html | |
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt | |
diff.astextplain.textconv=astextplain | |
rebase.autosquash=true | |
credential.helper=manager | |
filter.lfs.clean=git-lfs clean %f | |
filter.lfs.smudge=git-lfs smudge %f | |
filter.lfs.required=true | |
core.bare=false | |
core.filemode=false | |
core.symlinks=false | |
core.ignorecase=true | |
core.logallrefupdates=true | |
core.repositoryformatversion=0 | |
remote.origin.url=https://OAuth:[email protected]:443/DefaultCollection/_git/Test-Repo | |
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* | |
branch.master.remote=origin | |
branch.master.merge=refs/heads/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment