Browse Source

add some alias for git flow

yleo77 12 years ago
parent
commit
6b832b9358
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/git-flow/git-flow.plugin.zsh

+ 3 - 0
plugins/git-flow/git-flow.plugin.zsh

@@ -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 ()
 {