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
|
interactive = auto
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
ci = commit -S
|
ci = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
|
@ -30,6 +30,9 @@
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
insteadOf = https://github.com/
|
insteadOf = https://github.com/
|
||||||
pushInsteadOf = https://github.com/
|
pushInsteadOf = https://github.com/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue