From 6807e24a7f8354fe781a0772c5735862cf79e8a3 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 29 Jun 2017 19:16:25 +0900 Subject: [PATCH] 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 --- .gitaliases | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitaliases b/.gitaliases index 75665d6..47a59cf 100644 --- a/.gitaliases +++ b/.gitaliases @@ -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