Developed at this repository
Install Git. Github repo.official site
Setup a alias in your shell profile. (e.g. .bashrc, .zshrc) If git-wrapper(or a symbolic link) is put on $PATH,
alias git=gitrecIf not,alias git=/path/to/gitrecSource or . a changed profile. (e.g.
source .bashrc)