Browse Source

Start signing every git commit

R. Alex Matevish 2 years ago
parent
commit
427791015e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      git.sh

+ 1 - 0
git.sh

@@ -5,6 +5,7 @@
 ##############################################################################
 if command_exists git; then
     git config --global user.signingkey alex@matevi.sh
+    git config --global commit.gpgsign true
 
     git config --global alias.a add
     git config --global alias.b branch