1.0.0 • Published 5 years ago

switch-branch v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

git-switch-branch

Interactively select a new branch

example gif 1

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.