We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you are an OH MY ZSH user, you can use following aliases to speed things up. Put these in your .zshrc file or your alias file as per your workflow.
.zshrc
# # Git Reflow Aliases. # # Usage: grf start aa-feature alias grf="git reflow $@" # Usage: grfs aa-feature alias grfs="git reflow start $@" # Usage: grfr alias grfr="git reflow review" # Usage: grfd alias grfd="git reflow deliver" # Usage: grfrefresh alias grfrefresh="git reflow refresh" # Usage: grfst alias grfst="git reflow status"