1
0
Fork 0

Autosign commits with gpg by default

This commit is contained in:
Starbeamrainbowlabs 2017-11-23 15:22:17 +00:00
parent 668ee5a559
commit 8c3e1c9a3f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ git config --global push.default simple
## Set the username & email address
git config --global user.name "Starbeamrainbowlabs"
git config --global user.email "sbrl@starbeamrainbowlabs.com"
## Autosign commits with GPG
git config --global commit.gpgsign true
# If we've got a display, then set up meld too
if [[ "$DISPLAY" != "" ]]; then