A command line tool make extra to git
zgit checkout -r
make zgit can checkout from remote branch and create an new local branch and then alias itzgit checkout -l
make zgit can checkout from local branch and create an new local branch and then alias itzgit branch -r
make zgit can list remote✔
npm install -g zgit
# or
cnpm install -g zgit
## list local branches with alias
zgit branch //list
## alias current local branch
zgit alias
## checkout one of local branches by select list
zgit checkout