Skip to content
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

feat: add fetch prune & delete command #183955

Closed

Conversation

devjiwonchoi
Copy link

@devjiwonchoi devjiwonchoi commented May 31, 2023

Resolves: #183906

Co-authored-by: Ladislau Szomoru <lszomoru@microsoft.com>
@devjiwonchoi
Copy link
Author

@microsoft-github-policy-service agree

@devjiwonchoi
Copy link
Author

@lszomoru
Found some cases where the output is not as expected, currently resolving it.
Is there a way to test this option in development?

devjiwonchoi and others added 2 commits June 9, 2023 03:07
Co-authored-by: Ladislau Szomoru <lszomoru@microsoft.com>
Co-authored-by: Ladislau Szomoru <lszomoru@microsoft.com>
@devjiwonchoi
Copy link
Author

@lszomoru I've modified the code, requesting for a review.

@devjiwonchoi devjiwonchoi changed the title feat: add delete pruned branches command feat: add fetch prune & delete command Jun 8, 2023
@devjiwonchoi
Copy link
Author

@lszomoru Since getting the list of pruned branches are not included in the feature for git commands, I've tried to stay on git commands rather than shell commands.

Therefore, this PR's purpose has been moved to Fetch Prune and then Delete the pruned branches.

Named Fetch (Prune) & Delete....

@devjiwonchoi devjiwonchoi deleted the feat/delete-pruned-branches branch November 4, 2023 16:49
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2023
@devjiwonchoi devjiwonchoi restored the feat/delete-pruned-branches branch February 12, 2024 19:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove all local branches which origin is deleted (Git Fetch Prune)
2 participants