switch-branch
v1.0.0
Published
Interactively switch branch
Downloads
6
Readme
git-switch-branch
Interactively select a new branch

Install
npm i -g switch-branch
Add as git alias: git config --global alias.switch-branch git-switch-branch
Usage
Simply run git-switch-branch (or git switch-branch if you added the alias) in a directory with git initialised,
then select one of the branches.
Future plans
-r option to list available remotes that do not have a local branch yet.
