mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add GPG sign workstation WSL host
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
[user]
|
||||
name = {{ vault_personal_full_name }}
|
||||
email = {{ vault_git_work_email }}
|
||||
signingkey = {{ vault_git_work_gpg }}
|
||||
|
||||
[fetch]
|
||||
prune = true
|
||||
@@ -19,7 +20,7 @@
|
||||
rebase = true
|
||||
|
||||
[commit]
|
||||
gpgsign = false
|
||||
gpgsign = true
|
||||
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
||||
Reference in New Issue
Block a user