From 0fc24140951e9015569080b1596a0d7536f93a0d Mon Sep 17 00:00:00 2001 From: Arthur Schneider Date: Wed, 1 Nov 2017 14:09:31 +0100 Subject: [PATCH] Update git-flow aliases (#6335) It is possible to pull and push branches to/from origin --- plugins/git-flow/git-flow.plugin.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/git-flow/git-flow.plugin.zsh b/plugins/git-flow/git-flow.plugin.zsh index bda05072..5f5e4aa7 100644 --- a/plugins/git-flow/git-flow.plugin.zsh +++ b/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 () {