feat(git): add sample allowed signers line #45

Merged
joao.dubas merged 2 commits from jpd-add-sample-allowed-signers into main 2024-05-08 23:18:02 +00:00
Showing only changes of commit 51c05e3648 - Show all commits

View File

@ -1,3 +1,6 @@
# sample git conditional configuration
```
[commit]
gpgsign = true
[gpg]
@ -6,4 +9,10 @@
email = {{email}}
name = {{name}}
signingKey = {{path-to-pub-ssh-key}}
```
# sample allowed signers files
```
<email> namespaces="git" $(cat ~/.ssh/<key>.pub)
```