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