.gitconfig: rename root_user include to no_gpgsign

This commit is contained in:
Lexi / Zoe 2021-03-20 17:51:46 +01:00
parent 66dfed0c7c
commit f32461c6f6
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
3 changed files with 4 additions and 1 deletions

View File

@ -6,3 +6,6 @@
[include] [include]
path = ~/.gitconfig.inc/user_binaryDiv.gitconfig path = ~/.gitconfig.inc/user_binaryDiv.gitconfig
# # Do not sign commits with GPG
# [include]
# path = ~/.gitconfig.inc/no_gpgsign.gitconfig

View File

@ -8,4 +8,4 @@
# No PGP key for root user # No PGP key for root user
[include] [include]
path = ~/.gitconfig.inc/root_user.gitconfig path = ~/.gitconfig.inc/no_gpgsign.gitconfig