.gitconfig: rename root_user include to no_gpgsign
This commit is contained in:
parent
66dfed0c7c
commit
f32461c6f6
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue