git/gmc,grm
This commit is contained in:
parent
a35d7da975
commit
8bc91cc00b
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue