Git - Remove all local branches which origin is deleted (Git Fetch Prune) #183906
Open
Description
opened on May 31, 2023
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
.
Activity