.gitconfig: add config for root user (without signing)
This commit is contained in:
parent
0d81e51096
commit
016317de11
|
|
@ -0,0 +1,5 @@
|
|||
[user]
|
||||
signingkey =
|
||||
|
||||
[commit]
|
||||
gpgsign = false
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# Include common settings (default branch, diff tools, aliases...)
|
||||
[include]
|
||||
path = ~/.gitconfig.inc/common.gitconfig
|
||||
|
||||
# Include default user settings
|
||||
[include]
|
||||
path = ~/.gitconfig.inc/user_binaryDiv.gitconfig
|
||||
|
||||
# No PGP key for root user
|
||||
[include]
|
||||
path = ~/.gitconfig.inc/root_user.gitconfig
|
||||
Loading…
Reference in New Issue