mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-08 22:54:42 +02:00
git-flow: add "gflfp" alias for feature publish (#6350)
- Add `gflfp` as an alias for `git flow feature publish` - Update README.md documentation
This commit is contained in:
committed by
Marc Cornellà
parent
16bfd6fd7f
commit
d77d636b4c
@ -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'
|
||||
alias gflfp='git flow feature publish'
|
||||
|
Reference in New Issue
Block a user