未验证 提交 68293945 编写于 作者: O Ojas Sinha 提交者: GitHub

plugins/git: Add git cherry-pick -s (#91)

Its useful for devs.
上级 5708cfd7
......@@ -78,6 +78,7 @@ alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
alias gcpa='git cherry-pick --abort'
alias gcpc='git cherry-pick --continue'
alias gcps='git cherry-pick -s'
alias gcs='git commit -S'
alias gd='git diff'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册