Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 527 Bytes

git-branch-delete

Interactively delete local git branches.

How to run

make build && go install

git-branch-delete [--remote <remote>] [--branch <branch>]

Under the hood

This tool makes use of git branch --merged/--no-merged to display an enriched list of local branches and their status (merged or not) against origin/master by default (configurable via command line flags).

You can navigate the list interactively and pick which branches to delete locally.