Git Branch Cleaner
A Visual Studio Code extension that helps you clean up local Git branches by providing a simple interface to bulk delete them.
Features
- List all local Git branches
- Multi-select branches for deletion
- Confirmation dialog before deletion
- Detailed success/failure reporting
- Excludes currently checked out branch from deletion options
Usage
- Open the command palette (Ctrl+Shift+P / Cmd+Shift+P)
- Type "Git: Delete Local Branches"
- Select the branches you want to delete
- Confirm the deletion
Requirements
- Git must be installed and accessible from the command line
- The workspace must be a Git repository
Extension Settings
This extension does not contribute any settings.
Known Issues
Release Notes
0.0.1
Initial release of Git Branch Cleaner
| |