mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Add gflfp as an alias for git flow feature publish
Update README.md documentation
This commit is contained in:
parent
accdcb2f1c
commit
c39e994ac9
2 changed files with 19 additions and 17 deletions
|
|
@ -33,6 +33,7 @@ alias gflfs='git flow feature start'
|
|||
alias gflhs='git flow hotfix start'
|
||||
alias gflrs='git flow release start'
|
||||
alias gflff='git flow feature finish'
|
||||
alias gflfp='git flow feature publish'
|
||||
alias gflhf='git flow hotfix finish'
|
||||
alias gflrf='git flow release finish'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue