Skip to content
Assaf Lavi edited this page Feb 5, 2019 · 3 revisions

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.

#
# 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"
Clone this wiki locally