mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
update
This commit is contained in:
parent
a3ce83b38f
commit
5de40b3fb9
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
# Git flow alias
|
||||
alias gfl='git flow'
|
||||
alias gfli='git flow init'
|
||||
|
||||
alias gflv='git flow version'
|
||||
|
||||
# feature
|
||||
alias gflf='git flow feature'
|
||||
alias gflfs='git flow feature start'
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
alias gflrf='git flow release finish'
|
||||
alias gcr='git checkout release'
|
||||
alias gflrp='git flow release publish'
|
||||
alias gflrl='git flow release list'
|
||||
|
||||
_git-flow ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue