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 \