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:
Ivan Eisenberg
2018-09-13 14:41:26 -05:00
committed by Marc Cornellà
parent 16bfd6fd7f
commit d77d636b4c
2 changed files with 19 additions and 17 deletions

View File

@ -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'