From cdbab50a5f0848cf47316c93f50588ca8367ad17 Mon Sep 17 00:00:00 2001 From: fumseck Date: Wed, 1 Jun 2016 18:14:08 +0200 Subject: [PATCH] add alias in order to start feature hotfix release --- plugins/git-flow/git-flow.plugin.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/git-flow/git-flow.plugin.zsh b/plugins/git-flow/git-flow.plugin.zsh index 6f87f08cc..8a81b241f 100644 --- a/plugins/git-flow/git-flow.plugin.zsh +++ b/plugins/git-flow/git-flow.plugin.zsh @@ -28,6 +28,9 @@ alias gcr='git checkout release' alias gflf='git flow feature' alias gflh='git flow hotfix' alias gflr='git flow release' +alias gflfs='git flow feature start' +alias gflhs='git flow hotfix start' +alias gflrs='git flow release start' _git-flow () {