yuzoiwasaki / sweep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sweep

Delete all branches except the specified branch.

Installation

go install github.com/yuzoiwasaki/sweep@latest

or

curl -fLo /usr/local/bin/sweep \
    https://github.com/yuzoiwasaki/sweep/blob/master/bin/sweep

Usage

Delete all branches except main.

sweep

Delete all branches except foo.

sweep -v foo

Delete all branches except main, foo.

sweep -v main -v foo

About


Languages

Language:Go 100.0%