chore: update gitconfig structure and add base config
This commit is contained in:
8
.gitconfig.d/base.gitconfig
Normal file
8
.gitconfig.d/base.gitconfig
Normal file
@ -0,0 +1,8 @@
|
||||
[credential]
|
||||
helper = store
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
autocrlf = false
|
||||
[pull]
|
||||
rebase = true
|
Reference in New Issue
Block a user