mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
add some alias for git flow
This commit is contained in:
parent
00848cd8b7
commit
6b832b9358
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias gf='git flow'
|
alias gf='git flow'
|
||||||
|
alias gcd='git checkout develop'
|
||||||
|
alias gch='git checkout hotfix'
|
||||||
|
alias gcr='git checkout release'
|
||||||
|
|
||||||
_git-flow ()
|
_git-flow ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue