feat(git): add template for conditional config
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
[user]
|
||||||
|
email = {{email}}
|
||||||
|
name = {{name}}
|
||||||
|
signingKey = {{path-to-pub-ssh-key}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user