-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git - Remove all local branches which origin is deleted (Git Fetch Prune) #183906
Comments
@lszomoru I've worked on it and going to open a PR later today. Could you review it sometime? |
@devjiwonchoi, please feel free to submit a pull request and we will take a look. Thanks! |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
What came of this? PR closed? |
Yeah, needed 2 more upvotes or 2 more community approvals on the PR, reopened PR #205031 |
We need this feature, we cant delete branches locally one by one. upvote done |
This is a no brainier feature. How is this not approved yet? 😳 |
Does a new issue need to be created for the bot to look at it again? I don't think there's any way to re-open the issue and it doesn't seem like @lszomoru will look at the PR. |
Eh, I'd guess integrating co-pilot is a bigger priority then a very, VERY simple quality of life feature.... I mean, afterall, this is a microsoft project. :-/ |
This is very much needed feature! |
LETS DO THIS! |
I am currently using |
Is this still open? would be nice to have this feature :/ |
Another upvote here (and the golden 👍 pressed). Thanks for the tip about |
I'm looking for this as well, upvote! ➕ |
After
git fetch --prune
or using VS CodeGit: 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
.The text was updated successfully, but these errors were encountered: