Check it out, before you checkout.
Check It Out lets you interactively see and choose what branch you want to check out without the hassle of trying to type out a long or confusing branch name. Checking out branches just got even simpler!
Git - Required for core features
We're on NPM!
npm install -g check-it-out
Fork or clone the repository
git clone https://github.com/jwu910/check-it-out.git
Navigate to your repository directory and run
npm install
Create a symbolic link to the entry point
In the repository directory run:
npm link
Run this command to list local and remote branches!
checkit
Call git log on current highlighted branch with [space]
| Commands | Description |
|---|---|
j/k, down/up |
Navigate the list |
h/l, left/right |
Previous/Next remote |
r |
Refresh list with a fetch and prune |
enter |
Select highlighted item |
space |
Git log |
q, C-c, esc |
Quit |
Please refer to the Contributing Guidelines
Many thanks to all those who have helped!
MIT @ Joshua Wu


