Git plugin to interactively list branches and checkout

git branch + git checkout in a single, convenient command.
Install it using npm:
npm install -g git-bc
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.
git bc -a List all available branchesgit bc -r List remote branches onlygit bc -h Shows help messageMIT © Ruy Adorno