mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Move gpg related git config out to gpg module
This commit is contained in:
@@ -14,11 +14,9 @@
|
|||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig-win
|
path = ~/.gitconfig-win
|
||||||
|
path = ~/.gitconfig-gpg
|
||||||
path = ~/.gitconfig-local
|
path = ~/.gitconfig-local
|
||||||
|
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
|||||||
2
gpg/.gitconfig-gpg
Normal file
2
gpg/.gitconfig-gpg
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
Reference in New Issue
Block a user