added alias in order to win time

This commit is contained in:
fumseck 2016-05-30 14:00:43 +02:00
commit 60e5c52c6a

View file

@ -25,6 +25,9 @@ alias gfl='git flow'
alias gcd='git checkout develop'
alias gch='git checkout hotfix'
alias gcr='git checkout release'
alias gff='git flow feature'
alias gfh='git flow hotfix'
alias gfr='git flow release'
_git-flow ()
{