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 \ git \
merge \ merge \
--no-ff \ --no-ff \
-m \ --message \
" "
# do a signed merge commit # do a signed merge commit
@ -360,7 +360,7 @@ rebase \
--interactive \ --interactive \
" "
# remove and add to index # remove and add removal to index
alias grm="\ alias grm="\
git \ git \
rm \ rm \