.gitconfig: add config for root user (without signing)
This commit is contained in:
parent
0d81e51096
commit
016317de11
2 changed files with 16 additions and 0 deletions
5
.gitconfig.inc/root_user.gitconfig
Normal file
5
.gitconfig.inc/root_user.gitconfig
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[user]
|
||||||
|
signingkey =
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = false
|
||||||
11
.gitconfig_root
Normal file
11
.gitconfig_root
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue