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

Scans the current workspace for local Git branches that have been merged into the reference branch and can be safely removed. The found branches are listed and can optionally be removed using a popup dialog.

Cleanup

Scans the current workspace for local Git branches that have been merged into the reference branch and can be safely removed. The found branches are displayed in a selection dialog to choose which branches to remove.