1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-19 21:08:41 +02:00

add some alias for git flow

This commit is contained in:
yleo77
2013-06-06 12:39:14 +08:00
parent 00848cd8b7
commit 6b832b9358

View File

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