Set commit signing by default
This commit is contained in:
parent
95a5ccf908
commit
1328b19fcf
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ git config --global credential.credentialStore gpg
|
|||
git config --global user.name "${NAME}"
|
||||
git config --global user.email "${EMAIL}"
|
||||
git config --global user.signingkey ${KEY_ID}
|
||||
git config commit.gpgsign true
|
||||
|
||||
#############
|
||||
# SSH stuff #
|
||||
|
|
Loading…
Reference in a new issue