added auto-signed commits hopefully

This commit is contained in:
2022-11-18 16:29:22 -05:00
parent 4d66638bdd
commit b9ab70213c
3 changed files with 12 additions and 0 deletions

4
gpull
View File

@@ -6,6 +6,10 @@ if [[ -z "$1" ]]; then
exit 1
fi
gpg_key='75D6600BEF4E8E8F'
git config user.signingkey "$gpg_key"!
git config commit.gpgsign true
project="$1"
shift
unset token