−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 \
|
||||
"
|
||||
|
||||
# do a signed merge commit
|
||||
alias gmcs="\
|
||||
git \
|
||||
merge \
|
||||
--no-ff \
|
||||
--gpg-sign \
|
||||
-m \
|
||||
"
|
||||
|
||||
# fast-forward to remote branch
|
||||
alias gmf="\
|
||||
git \
|
||||
|
@ -468,10 +459,3 @@ git \
|
|||
tag \
|
||||
--delete \
|
||||
"
|
||||
|
||||
# tag a commit and sign
|
||||
alias gts="\
|
||||
git \
|
||||
tag \
|
||||
--sign \
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue