Update git-flow aliases (#6335)
It is possible to pull and push branches to/from origin
This commit is contained in:
parent
6d5b1f1e3b
commit
0fc2414095
@ -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 ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user