excalith / check-it-out

A Git CLI tool. Check it out before you checkout!

Home Page:https://checkit.club

Repository from Github https://github.comexcalith/check-it-outRepository from Github https://github.comexcalith/check-it-out

Check It Out

Build Status Downloads per week npm version GitHub version


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!

Requirements

Node >= v4.0

Git - Required for core features

Installation

We're on NPM!

npm install -g check-it-out

Installing from source

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

Linux/Mac:

In the repository directory run:

npm link

Usage

Run this command to list local and remote branches!

checkit

Check It Out Usage

Call git log on current highlighted branch with [space]

Quick Git Log!

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

Contributing

Please refer to the Contributing Guidelines

Contributors

Many thanks to all those who have helped!


Brandon Benefield

πŸ“–

Aaron Casanova

πŸ’»

Drew Brokke

πŸ’» πŸ€”

Johanna Tchon

πŸ’»

Jenell Pizarro

πŸ“–

Joshua Wu

πŸ› πŸ’» πŸ“– πŸ€” πŸš‡ πŸ‘€

Rebecca Hong

🎨

Jesse Ma

πŸ’»

Kien Do

πŸ’¬ πŸ› πŸ€”

Vu Tran

πŸ’¬ πŸ“– πŸ€” πŸ“’

License

MIT @ Joshua Wu

About

A Git CLI tool. Check it out before you checkout!

https://checkit.club

License:MIT License


Languages

Language:JavaScript 100.0%