git-branch-kit
v1.1.1
Published
A tools to simplify git branch operations
Downloads
8
Maintainers
Readme
git-branch-kit
A CLI tool to simplify Git branch operations
Say goodbye to branch name typos 👋
Installation
npm i -g git-branch-kitRecommended Settings
I recommend configuring the settings as follows:
Commands
You can also check these commands by running git-branch-kit -h.
Version
Display the current version of git-branch-kit:
git-branch-kit -Vor
git-branch-kit --versionCheckout
Switch to a different branch interactively, similar to:
git checkout <branch>Usage:
git-branch-kit checkoutDelete
Delete one or more branches interactively, with an option for force deletion, similar to:
git branch -D <branch>Usage:
git-branch-kit deleteContribute
Contributions are always welcome!
Pull Requests are highly encouraged.
Please follow the template provided when making your submissions.
For major changes, brilliant ideas, or any other questions, feel free to share them in the Issues section.
LICENSE
Licensed under MIT.
