add alias in order to finish hotfix feature release

This commit is contained in:
fumseck 2016-06-01 18:21:59 +02:00
commit 686d7eb46c

View file

@ -31,6 +31,9 @@ alias gflr='git flow release'
alias gflfs='git flow feature start'
alias gflhs='git flow hotfix start'
alias gflrs='git flow release start'
alias gflff='git flow feature finish'
alias gflhf='git flow hotfix finish'
alias gflrf='git flow release finish'
_git-flow ()
{