Browse Source

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

Fixes #9638
iammordaty 3 years ago
parent
commit
f21e646ce6
1 changed files with 0 additions and 1 deletions
  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'