git: Set commit.gpgSign
This commit is contained in:
parent
d505bfc71d
commit
afd9cb3abd
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
interactive = auto
|
||||
|
||||
[alias]
|
||||
ci = commit -S
|
||||
ci = commit
|
||||
co = checkout
|
||||
d = diff
|
||||
ds = diff --staged
|
||||
|
@ -30,6 +30,9 @@
|
|||
[gpg]
|
||||
program = gpg2
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
||||
|
||||
[url "git@github.com:"]
|
||||
insteadOf = https://github.com/
|
||||
pushInsteadOf = https://github.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue