−sign
This commit is contained in:
parent
58578f9523
commit
232f583be3
1 changed files with 0 additions and 16 deletions
|
@ -308,15 +308,6 @@ merge \
|
||||||
--message \
|
--message \
|
||||||
"
|
"
|
||||||
|
|
||||||
# do a signed merge commit
|
|
||||||
alias gmcs="\
|
|
||||||
git \
|
|
||||||
merge \
|
|
||||||
--no-ff \
|
|
||||||
--gpg-sign \
|
|
||||||
-m \
|
|
||||||
"
|
|
||||||
|
|
||||||
# fast-forward to remote branch
|
# fast-forward to remote branch
|
||||||
alias gmf="\
|
alias gmf="\
|
||||||
git \
|
git \
|
||||||
|
@ -468,10 +459,3 @@ git \
|
||||||
tag \
|
tag \
|
||||||
--delete \
|
--delete \
|
||||||
"
|
"
|
||||||
|
|
||||||
# tag a commit and sign
|
|
||||||
alias gts="\
|
|
||||||
git \
|
|
||||||
tag \
|
|
||||||
--sign \
|
|
||||||
"
|
|
||||||
|
|
Loading…
Reference in a new issue