Skip to content

Instantly share code, notes, and snippets.

@pascalberger
Created April 8, 2016 20:31
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 pascalberger/7b05f650b8f4bb3f49fe64625f00c316 to your computer and use it in GitHub Desktop.
Save pascalberger/7b05f650b8f4bb3f49fe64625f00c316 to your computer and use it in GitHub Desktop.
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:Token@mytenant.visualstudio.com: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