From 8c3e1c9a3f63b670b71fcd826d2a7440dbd5f77f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 23 Nov 2017 15:22:17 +0000 Subject: [PATCH] Autosign commits with gpg by default --- envsetup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/envsetup b/envsetup index f3bed87..39a5e5d 100755 --- a/envsetup +++ b/envsetup @@ -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