๐ฟ Enhance Git Branch Management
branch allows you to manage your Git branches with various and commons actions.
brew tap abroudoux/tap
brew install branchYou can paste the binary in your bin directory (e.g., on MacOS it's /usr/bin/local).
Don't forget to grant execution permissions to the binary.
chmox +x branchEnjoy!
To contribute, fork the repository and open a pull request detailling your changes.
Create a branch with a conventionnal name.
- fix:
bugfix/bug-fixed - features:
feature/amazing-feature - test:
test/famous-test - refactor
refactor/great-change
- Improve error handling
This project is under MIT License