.gitconfig: add config for root user (without signing)

This commit is contained in:
Lexi / Zoe 2021-03-16 12:35:15 +01:00
parent 0d81e51096
commit 016317de11
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[user]
signingkey =
[commit]
gpgsign = false

11
.gitconfig_root Normal file
View 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