0.1.0 • Published 2 years ago
git-branch-switcher v0.1.0
git-branch-switcher
This is a simple CLI tool that helps you easily switch between local and remote branches in your git repository.
Installation
You can install this package globally using npm or pnpm:
npm install -g git-branch-switcherUsage
You can use this tool by running the following command in your terminal:
git-branch-switcheror the shorthand version:
brYou can also fetch and switch to remote branches by using the -r or --remote flag:
git-branch-switcher --remoteor
br -rContributing
Contributions are welcome. Please open up an issue or create PR if you would like to help.