From 04ccbd37c431d0a9c619a3d57c412e5486c834fc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 15 May 2023 09:02:33 +0200 Subject: [PATCH] gc/message --- bash/alias/git.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bash/alias/git.sh b/bash/alias/git.sh index 2508360..c0645b1 100644 --- a/bash/alias/git.sh +++ b/bash/alias/git.sh @@ -68,7 +68,7 @@ clean \ alias gc="\ git \ commit \ --m \ +--message \ " # redo the last commit with a different message @@ -76,7 +76,7 @@ alias gca="\ git \ commit \ --amend \ --m \ +--message \ " # make a root commit @@ -85,7 +85,7 @@ git \ commit \ --allow-empty \ --allow-empty-message \ --m \"\" \ +--message \"\" \ " # commit the index and sign @@ -93,7 +93,7 @@ alias gcs="\ git \ commit \ --gpg-sign \ --m \ +--message \ " # switch to a branch or checkout file(s) from a commit