UNPKG

git-branch-kit

Version:
76 lines (45 loc) 1.07 kB
# git-branch-kit A CLI tool to simplify Git branch operations Say goodbye to branch name typos 👋 ## Installation ```sh npm i -g git-branch-kit ``` ## Recommended 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`: ```sh git-branch-kit -V ``` or ```sh git-branch-kit --version ``` ### Checkout Switch to a different branch interactively, similar to: ```sh git checkout <branch> ``` Usage: ```sh git-branch-kit checkout ``` ### Delete Delete one or more branches interactively, with an option for force deletion, similar to: ```sh git branch -D <branch> ``` Usage: ```sh git-branch-kit delete ``` ## Contribute 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](./LICENSE).