Small utility to cleanup Git merged branches interactively at both local and remote.
Supported platforms:
- MacOS X
- Linux x86_64
Download a binary from releases.
Or build it by yourself. Latest Crystal is required.
git clone --depth=1 https://github.com/ne-sachirou/git-cleanup-branch.git
cd git-cleanup-branch
make && make install
cd git_project
git cleanup-branch
- Fork the repo.
- Checkout a new feature branch.
- Implement a feature.
- Test the feature.
- Create a pull request.
Pre-requirements:
- Latest ver. of Crystal.
- Latest ver. of Ruby & Bundler.
How to test.
make test
- Too many unremoved branches.
- Windows support.