Unverified Commit f21e646c authored by iammordaty's avatar iammordaty Committed by GitHub
Browse files

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

Fixes #9638
parent c52e646b
...@@ -36,7 +36,6 @@ alias gflff='git flow feature finish' ...@@ -36,7 +36,6 @@ alias gflff='git flow feature finish'
alias gflfp='git flow feature publish' alias gflfp='git flow feature publish'
alias gflhf='git flow hotfix finish' alias gflhf='git flow hotfix finish'
alias gflrf='git flow release finish' alias gflrf='git flow release finish'
alias gflfp='git flow feature publish'
alias gflhp='git flow hotfix publish' alias gflhp='git flow hotfix publish'
alias gflrp='git flow release publish' alias gflrp='git flow release publish'
alias gflfpll='git flow feature pull' alias gflfpll='git flow feature pull'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment