Build Status

git-cleanup-branch

Small utility to cleanup Git merged branches interactively at both local and remote.

Installation

Supported platforms:

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

Usage

cd git_project
git cleanup-branch

demo

CONTRIBUTING

Pre-requirements:

How to test.

make test

TODO