Add PGP to .gitconfig
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
d5ce061fa9
commit
a96aca9f87
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue