https://github.com/abroudoux/branch
🌿 Enhance Git Branch Management
https://github.com/abroudoux/branch
bash bash-script bash-utilities bash-utility git git-branch git-utils
Last synced: 12 months ago
JSON representation
🌿 Enhance Git Branch Management
- Host: GitHub
- URL: https://github.com/abroudoux/branch
- Owner: abroudoux
- License: mit
- Created: 2024-12-05T09:13:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:45:09.000Z (about 1 year ago)
- Last Synced: 2025-03-25T11:11:35.216Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 37.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# branch
🌿 Enhance Git Branch Management
`branch` allows you to manage your Git branches with various and commons actions.
## 🚀 Installation
### Via Homebrew
```bash
brew tap abroudoux/tap
brew install branch
```
### Manual
You 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.
```bash
chmox +x branch
```
Enjoy!
## 🧑🤝🧑 Contributing
To contribute, fork the repository and open a pull request detailling your changes.
Create a branch with a [conventionnal name](https://tilburgsciencehub.com/building-blocks/collaborate-and-share-your-work/use-github/naming-git-branches/).
- fix: `bugfix/bug-fixed`
- features: `feature/amazing-feature`
- test: `test/famous-test`
- refactor `refactor/great-change`
## 📌 Roadmap
- [ ] Improve error handling
## 📑 License
This project is under [MIT License](LICENSE)