mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
add alias in order to run git flow init
This commit is contained in:
parent
686d7eb46c
commit
dfd66c970e
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias gfl='git flow'
|
alias gfl='git flow'
|
||||||
|
alias gfli='git flow init'
|
||||||
alias gcd='git checkout develop'
|
alias gcd='git checkout develop'
|
||||||
alias gch='git checkout hotfix'
|
alias gch='git checkout hotfix'
|
||||||
alias gcr='git checkout release'
|
alias gcr='git checkout release'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue