branch-switcher
v1.0.9
Published
This is a simple and efficient command-line tool that allows users to quickly select and copy a Git branch name to the clipboard.
Readme
Branch-Switcher
This is a simple and efficient command-line tool that allows users to quickly select and switch(checkout) Git branch selected.
Install
$ npm install -g branch-switcherUsage
When you run the switchb command, the branches of the current project will be displayed. Use the arrow keys to select the branch you want to switch to, and press Enter. This will switch to the specified branch.
$ switchb