Update git-flow aliases (#6335)

It is possible to pull and push branches to/from origin
master
Arthur Schneider 9 years ago committed by Robby Russell
parent 6d5b1f1e3b
commit 0fc2414095
  1. 4
      plugins/git-flow/git-flow.plugin.zsh

@ -35,6 +35,10 @@ alias gflrs='git flow release start'
alias gflff='git flow feature finish'
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'
_git-flow ()
{

Loading…
Cancel
Save