Commit 0fc24140 authored by Arthur Schneider's avatar Arthur Schneider Committed by Robby Russell
Browse files

Update git-flow aliases (#6335)

It is possible to pull and push branches to/from origin
parent 6d5b1f1e
...@@ -35,6 +35,10 @@ alias gflrs='git flow release start' ...@@ -35,6 +35,10 @@ alias gflrs='git flow release start'
alias gflff='git flow feature finish' alias gflff='git flow feature finish'
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 gflrp='git flow release publish'
alias gflfpll='git flow feature pull'
_git-flow () _git-flow ()
{ {
......
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