Git Branch CleanerA VS Code utility extension for cleaning up git branches. CommandsScanScan 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. CleanupRemove current workspace local git branches that have been merged into ref branch. This command WILL delete found branches. |