git-branch-menu

npm version

Opens a interactive list menu to change and checkout to a new branch in a git repository.

Installation

npm install -g git-branch-menu

Optional

Create a git alias:

git config --global alias.br '!git-branch-menu'