Split commit itself and commit with GPG signature

There are some instances where I can't sign the packages (usually it
's remote server) so I can use signing only on local and not on remo
te.

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2017-06-29 19:16:25 +09:00
parent 21d5529432
commit 6807e24a7f
Signed by: revi
GPG key ID: 48AE727894A6F064

View file

@ -1,6 +1,6 @@
[alias]
co = checkout
cm = commit -S -s
cm = commit -s
st = status
br = branch -v
fa = fetch --all
@ -8,4 +8,6 @@
usync = rebase upstream/master
aal = add *
po = push origin master
amend = commit --amend -S -s
amend = commit --amend -s
cmt = commit -S -s
amends = commit --amend -S -s