Add gflfp as an alias for git flow feature publish

Update README.md documentation
This commit is contained in:
Ivan Eisenberg 2017-10-11 13:27:23 -05:00
commit c39e994ac9
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'