chore: update directory structure for gitconfig files
This commit is contained in:
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