Skip to content

tomwyr/git-branch-cleaner-vscode

Repository files navigation

Git Branch Cleaner

A VS Code utility extension for cleaning up git branches.

demo.mp4

Commands

Scan

Scan current workspace for local git branches that have been merged into ref branch and can be safely removed. This command will NOT delete any branches.

Cleanup

Remove current workspace local git branches that have been merged into ref branch. This command WILL delete found branches.