Skip to content

tiagofragoso/git-branch-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Interactive TUI to delete local git branches

Resources

License

Stars

Watchers

Forks

Packages

No packages published