Update git-flow aliases (#6335)

It is possible to pull and push branches to/from origin
This commit is contained in:
Arthur Schneider 2017-11-01 14:09:31 +01:00 committed by Robby Russell
parent 6d5b1f1e3b
commit 0fc2414095
1 changed files with 4 additions and 0 deletions

View File

@ -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 ()
{