chore: update directory structure for gitconfig files
This commit is contained in:
5
gitconfig.d/.gitignore
vendored
Normal file
5
gitconfig.d/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
!.gitignore
|
||||
!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
|
14
gitconfig.d/var/example.gitconfig
Normal file
14
gitconfig.d/var/example.gitconfig
Normal file
@ -0,0 +1,14 @@
|
||||
[user]
|
||||
email = user@mail
|
||||
name = John Doe
|
||||
signingkey = 1234
|
||||
[credential]
|
||||
helper = store
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
autocrlf = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[commit]
|
||||
gpgsign = true
|
Reference in New Issue
Block a user