feat(git): add template for conditional config

This commit is contained in:
João Paulo Dubas 2024-04-07 18:33:50 +00:00
parent 432ca341e3
commit 383f57bbfe
No known key found for this signature in database

View File

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