Add Windows config

This commit is contained in:
Anthony Rose 2023-04-13 11:35:58 +01:00
parent 86ab65e037
commit 2e164ec47e
2 changed files with 21 additions and 0 deletions

View file

@ -1,7 +1,11 @@
# Set environment variable GIT_CONFIG_NOSYSTEM=true to ignore the Git
# system-wide config file (normally /etc/gitconfig).
[core] [core]
autocrlf = input autocrlf = input
[pull] [pull]
ff = only ff = only
rebase = false
[push] [push]
default = simple default = simple
[color] [color]
@ -17,5 +21,11 @@
l1 = log --pretty=oneline l1 = log --pretty=oneline
last = log -1 HEAD --pretty=fuller last = log -1 HEAD --pretty=fuller
lastmail = format-patch --stdout -1 HEAD lastmail = format-patch --stdout -1 HEAD
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[include] [include]
path = windows
path = local path = local

View file

@ -0,0 +1,11 @@
[diff "astextplain"]
textconv = astextplain
[http]
sslBackend = schannel
[core]
fscache = true
symlinks = false
[credential]
helper = manager
[credential "https://dev.azure.com"]
useHttpPath = true