feat(git): add template for conditional config

This commit is contained in:
2024-04-07 18:33:50 +00:00
parent 432ca341e3
commit 383f57bbfe

View File

@@ -0,0 +1,9 @@
[commit]
gpgsign = true
[gpg]
format = ssh
[user]
email = {{email}}
name = {{name}}
signingKey = {{path-to-pub-ssh-key}}