From 232f583be3fae64e3a8de0002d39b0ea3dbfa18f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 16 Nov 2024 21:49:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=88=92sign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/alias/git.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/shell/alias/git.sh b/shell/alias/git.sh index cd81130..61188ed 100644 --- a/shell/alias/git.sh +++ b/shell/alias/git.sh @@ -308,15 +308,6 @@ merge \ --message \ " -# do a signed merge commit -alias gmcs="\ -git \ -merge \ ---no-ff \ ---gpg-sign \ --m \ -" - # fast-forward to remote branch alias gmf="\ git \ @@ -468,10 +459,3 @@ git \ tag \ --delete \ " - -# tag a commit and sign -alias gts="\ -git \ -tag \ ---sign \ -"