mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue