mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
Move gpg related git config out to gpg module
This commit is contained in:
@@ -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
2
gpg/.gitconfig-gpg
Normal file
@@ -0,0 +1,2 @@
|
||||
[commit]
|
||||
gpgsign = true
|
||||
Reference in New Issue
Block a user