@@ -22,6 +22,9 @@
#Alias
alias gf='git flow'
+alias gcd='git checkout develop'
+alias gch='git checkout hotfix'
+alias gcr='git checkout release'
_git-flow ()
{