An open API service indexing awesome lists of open source software.

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

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)