mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
add alias in order to start feature hotfix release
This commit is contained in:
parent
a9916468f2
commit
cdbab50a5f
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ alias gcr='git checkout release'
|
|||
alias gflf='git flow feature'
|
||||
alias gflh='git flow hotfix'
|
||||
alias gflr='git flow release'
|
||||
alias gflfs='git flow feature start'
|
||||
alias gflhs='git flow hotfix start'
|
||||
alias gflrs='git flow release start'
|
||||
|
||||
_git-flow ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue