Move gpg related git config out to gpg module

This commit is contained in:
2022-07-23 08:04:22 +01:00
parent 1952023067
commit 54c73fbd93
2 changed files with 3 additions and 3 deletions

View File

@@ -14,11 +14,9 @@
[include]
path = ~/.gitconfig-win
path = ~/.gitconfig-gpg
path = ~/.gitconfig-local
[commit]
gpgsign = true
[init]
defaultBranch = main

2
gpg/.gitconfig-gpg Normal file
View File

@@ -0,0 +1,2 @@
[commit]
gpgsign = true