Skip to content

Haugen/bcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

bcu. Because cleaning up local git branches shouldn't be a pain in the &#%

Resources

Stars

Watchers

Forks

Contributors