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:
parent
668ee5a559
commit
8c3e1c9a3f
1 changed files with 2 additions and 0 deletions
2
envsetup
2
envsetup
|
@ -18,6 +18,8 @@ git config --global push.default simple
|
||||||
## Set the username & email address
|
## Set the username & email address
|
||||||
git config --global user.name "Starbeamrainbowlabs"
|
git config --global user.name "Starbeamrainbowlabs"
|
||||||
git config --global user.email "sbrl@starbeamrainbowlabs.com"
|
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 we've got a display, then set up meld too
|
||||||
if [[ "$DISPLAY" != "" ]]; then
|
if [[ "$DISPLAY" != "" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue