1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

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

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