Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 453 Bytes

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.