From 8bc91cc00ba09bfd52746fd8291cbbfb780a911e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 18 May 2023 13:51:20 +0200 Subject: [PATCH] git/gmc,grm --- bash/alias/git.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/alias/git.sh b/bash/alias/git.sh index 14e5dfe..a639a75 100644 --- a/bash/alias/git.sh +++ b/bash/alias/git.sh @@ -269,7 +269,7 @@ alias gmc="\ git \ merge \ --no-ff \ --m \ +--message \ " # do a signed merge commit @@ -360,7 +360,7 @@ rebase \ --interactive \ " -# remove and add to index +# remove and add removal to index alias grm="\ git \ rm \