Open
Description
After git fetch --prune
or using VS Code Git: Fetch (Prune)
, local branches remain in the VS Code project.
In order to delete those branches, the user has to delete them one by one or use certain command lines.
Suggesting the feature to remove local branches where origin is deleted which could be validated by git fetch --prune
.