feat(git): add sample allowed signers line
This commit is contained in:
parent
de9854ac41
commit
51c05e3648
@ -1,3 +1,6 @@
|
|||||||
|
# sample git conditional configuration
|
||||||
|
|
||||||
|
```
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gpg]
|
[gpg]
|
||||||
@ -6,4 +9,10 @@
|
|||||||
email = {{email}}
|
email = {{email}}
|
||||||
name = {{name}}
|
name = {{name}}
|
||||||
signingKey = {{path-to-pub-ssh-key}}
|
signingKey = {{path-to-pub-ssh-key}}
|
||||||
|
```
|
||||||
|
|
||||||
|
# sample allowed signers files
|
||||||
|
|
||||||
|
```
|
||||||
|
<email> namespaces="git" $(cat ~/.ssh/<key>.pub)
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user