gc/message
This commit is contained in:
parent
abe546de10
commit
04ccbd37c4
1 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ clean \
|
||||||
alias gc="\
|
alias gc="\
|
||||||
git \
|
git \
|
||||||
commit \
|
commit \
|
||||||
-m \
|
--message \
|
||||||
"
|
"
|
||||||
|
|
||||||
# redo the last commit with a different message
|
# redo the last commit with a different message
|
||||||
|
@ -76,7 +76,7 @@ alias gca="\
|
||||||
git \
|
git \
|
||||||
commit \
|
commit \
|
||||||
--amend \
|
--amend \
|
||||||
-m \
|
--message \
|
||||||
"
|
"
|
||||||
|
|
||||||
# make a root commit
|
# make a root commit
|
||||||
|
@ -85,7 +85,7 @@ git \
|
||||||
commit \
|
commit \
|
||||||
--allow-empty \
|
--allow-empty \
|
||||||
--allow-empty-message \
|
--allow-empty-message \
|
||||||
-m \"\" \
|
--message \"\" \
|
||||||
"
|
"
|
||||||
|
|
||||||
# commit the index and sign
|
# commit the index and sign
|
||||||
|
@ -93,7 +93,7 @@ alias gcs="\
|
||||||
git \
|
git \
|
||||||
commit \
|
commit \
|
||||||
--gpg-sign \
|
--gpg-sign \
|
||||||
-m \
|
--message \
|
||||||
"
|
"
|
||||||
|
|
||||||
# switch to a branch or checkout file(s) from a commit
|
# switch to a branch or checkout file(s) from a commit
|
||||||
|
|
Loading…
Reference in a new issue