You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
401 B
22 lines
401 B
[diff "astextplain"]
|
|
textconv = astextplain
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[http]
|
|
sslBackend = schannel
|
|
[core]
|
|
autocrlf = true
|
|
fscache = true
|
|
symlinks = false
|
|
[pull]
|
|
rebase = false
|
|
[credential]
|
|
helper = manager
|
|
[credential "https://dev.azure.com"]
|
|
useHttpPath = true
|
|
[init]
|
|
defaultBranch = master
|