skel: .gitconfig: document automatic git commit/tag GPG signing
This commit is contained in:
@@ -15,3 +15,13 @@
|
|||||||
sl = shortlog
|
sl = shortlog
|
||||||
gc = gc --aggressive
|
gc = gc --aggressive
|
||||||
thanks = shortlog -sne
|
thanks = shortlog -sne
|
||||||
|
|
||||||
|
# force GPG signing of all commits and tags
|
||||||
|
#[commit]
|
||||||
|
# gpgSign = true
|
||||||
|
#[tag]
|
||||||
|
# forceSignAnnotated = true
|
||||||
|
#[gpg]
|
||||||
|
# program = gpg
|
||||||
|
#[user]
|
||||||
|
# signingKey = EE73FC8FD71E3CC83606FDF361B23168A539DBBD
|
||||||
|
|||||||
Reference in New Issue
Block a user