Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 536 Bytes

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-switcher

Usage

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

demo_gif