chore: update gitconfig structure and add base config
This commit is contained in:
4
.gitconfig.d/.gitignore
vendored
4
.gitconfig.d/.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/*
|
||||
!.gitignore
|
||||
!example.gitconfig
|
||||
!example.gitconfig
|
||||
!base.gitconfig
|
||||
!var
|
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