0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

Fixes #9638
This commit is contained in:
iammordaty 2021-02-09 15:00:10 +01:00 committed by GitHub
parent c52e646bb7
commit f21e646ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'