Add Windows config
This commit is contained in:
parent
86ab65e037
commit
2e164ec47e
2 changed files with 21 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
# Set environment variable GIT_CONFIG_NOSYSTEM=true to ignore the Git
|
||||
# system-wide config file (normally /etc/gitconfig).
|
||||
|
||||
[core]
|
||||
autocrlf = input
|
||||
[pull]
|
||||
ff = only
|
||||
rebase = false
|
||||
[push]
|
||||
default = simple
|
||||
[color]
|
||||
|
@ -17,5 +21,11 @@
|
|||
l1 = log --pretty=oneline
|
||||
last = log -1 HEAD --pretty=fuller
|
||||
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]
|
||||
path = windows
|
||||
path = local
|
||||
|
|
11
roles/home-cli/files/gitwindows
Normal file
11
roles/home-cli/files/gitwindows
Normal 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
|
Loading…
Reference in a new issue