Files
dotfiles/gitconfig.d/base.gitconfig

9 lines
107 B
Plaintext

[credential]
helper = store
[push]
autoSetupRemote = true
[core]
autocrlf = false
[pull]
rebase = true