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=gitrec
If not,alias git=/path/to/gitrec
-
Source or . a changed profile. (e.g.
source .bashrc
)