Use same user in all repos

This commit is contained in:
Johanna Dorothea Reichmann 2019-03-16 08:55:25 +01:00
parent cf3b18bc94
commit 19d82c2f5e
No known key found for this signature in database
GPG Key ID: 03624C433676E465
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ln -s $HERE/gnupg/sshcontrol ~/.gnupg/sshcontrol
ln -s $HERE/gnupg/gnupg_agent ~/.gnupg/gnupg_agent
git config --global gpg.program gpg2
git config --global user.name jreichmann
git config --global user.name jdreichmann
git config --global user.email johanna.reichmann@delta-industries.de
git config --global user.signingkey 03624C433676E465
git config --global commit.gpgsign true