Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 454 Bytes

gitrec

Developed at this repository

How to use

  1. Install Git. Github repo. official site

  2. 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

  3. Source or . a changed profile. (e.g. source .bashrc)