Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 945 Bytes

File metadata and controls

39 lines (24 loc) · 945 Bytes

bcu, the Branch Cleaner Upper

Tired of manually cleaning up and deleting your local git branches? I know, me too. bcu aims to be a simple programs that makes selecting and deleting local git branches a breeze.

Usage

Just run the program in any git repository and get those local branches cleaned up!

bcu

Installation

Binaries for different OS are available in the Releases.

Homebrew

You can install using my private Homebrew Cask. Since I don't have an Apple Developer Account you might have issues runing the installed binary. The "install and trust" script below helps with removing the imposed Appel quarantine of the program.

Install and trust:

brew install --cask haugen/tap/bcu && xattr -d com.apple.quarantine /opt/homebrew/bin/bcu

Only install:

brew install --cask haugen/tap/bcu

Go

Install it using Golang

go install github.com/Haugen/bcu@latest