mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
added alias in order to win time
This commit is contained in:
parent
c195189231
commit
60e5c52c6a
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ alias gfl='git flow'
|
|||
alias gcd='git checkout develop'
|
||||
alias gch='git checkout hotfix'
|
||||
alias gcr='git checkout release'
|
||||
alias gff='git flow feature'
|
||||
alias gfh='git flow hotfix'
|
||||
alias gfr='git flow release'
|
||||
|
||||
_git-flow ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue