Browse Source

Disambiguate signing key

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

+ 1 - 1
git.sh

@@ -4,7 +4,7 @@
 #
 ##############################################################################
 if command_exists git; then
-    git config --global user.signingkey alex@matevi.sh
+    git config --global user.signingkey 0E669F3125C0EDB2C8B040E49D7B2F1E705D7EFC
     git config --global commit.gpgsign true
 
     git config --global alias.a add