25 lines
404 B
Plaintext
25 lines
404 B
Plaintext
[http "https://202.127.0.42:32443"]
|
|
sslVerify = false
|
|
[core]
|
|
pager = delta
|
|
[interactive]
|
|
diffFilter = delta --color-only
|
|
[delta]
|
|
navigate = true
|
|
side-by-side = true
|
|
line-numbers = true
|
|
[credential]
|
|
helper = store
|
|
[merge]
|
|
conflictstyle = zdiff3
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
autoSetupRemote = true
|
|
[init]
|
|
defaultBranch = main
|
|
[rerere]
|
|
enabled = true
|
|
[include]
|
|
path = ~/.config/git/config.local
|