Check it out, before you checkout.
Change branches with a single command. Check It Out visualizes branches and remotes in your current project. Long Branch Names? Forget it!
Fewer commands, fewer keystrokes, better productivity!
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
Navigate to a desired destination directory currently in your path.
ln -s /path/to/check-it-out/index.js checkit
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
MIT @ Joshua Wu