浏览代码

refactor(git-flow): remove duplicate `gflfp` alias (#9640)

Fixes #9638
iammordaty 3 年之前
父节点
当前提交
f21e646ce6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugins/git-flow/git-flow.plugin.zsh

+ 0 - 1
plugins/git-flow/git-flow.plugin.zsh

@@ -36,7 +36,6 @@ alias gflff='git flow feature finish'
 alias gflfp='git flow feature publish'
 alias gflhf='git flow hotfix finish'
 alias gflrf='git flow release finish'
-alias gflfp='git flow feature publish'
 alias gflhp='git flow hotfix publish'
 alias gflrp='git flow release publish'
 alias gflfpll='git flow feature pull'