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:
parent
21d5529432
commit
6807e24a7f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue