ruyadorno / git-bc

Git plugin to interactively list branches and checkout
MIT License
60 stars 6 forks source link
cli command-line git git-plugin unix

git-bc

NPM version Build Status

Git plugin to interactively list branches and checkout

git-bc example image

git branch + git checkout in a single, convenient command.

Install

Install it using npm:

npm install -g git-bc

Usage

Run the command:

git bc

This will list all available branches for your repo in a interactive list, just hit ENTER to checkout whatever branch you select.

Options

License

MIT © Ruy Adorno