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]
|
||||
rebase = true
|
||||
[push]
|
||||
|
@ -7,7 +9,7 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
[credential]
|
||||
helper = store
|
||||
helper = cache
|
||||
[gui]
|
||||
encoding = utf-8
|
||||
[guitool "Rebase"]
|
||||
|
|
Loading…
Reference in a new issue