Set autocrlf to input and stop saving HTTP(S) passwords
This commit is contained in:
parent
9973d25fa0
commit
cd10edf33b
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[push]
|
[push]
|
||||||
|
@ -7,7 +9,7 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = cache
|
||||||
[gui]
|
[gui]
|
||||||
encoding = utf-8
|
encoding = utf-8
|
||||||
[guitool "Rebase"]
|
[guitool "Rebase"]
|
||||||
|
|
Loading…
Reference in a new issue