Add PGP to .gitconfig

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-20 13:18:49 +01:00
parent d5ce061fa9
commit a96aca9f87
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -13,6 +13,7 @@
[user]
email = severin.kaderli@gmail.com
name = Severin Kaderli
signingkey = F419F8835B72F0C4
[alias]
# Display the history of the latest 20 commits
@ -28,7 +29,7 @@
a = add --all
# Create a commit and sign it off
c = commit -s
c = commit -s -S
# Push to the master branch of the origin remote
p = push --follow-tags