git/gmc,grm

This commit is contained in:
Marc Beninca 2023-05-18 13:51:20 +02:00
parent a35d7da975
commit 8bc91cc00b

View file

@ -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 \