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

Add --prune to EdkRepo cache update #194

Open
ashedesimone opened this issue Sep 29, 2023 · 0 comments
Open

Add --prune to EdkRepo cache update #194

ashedesimone opened this issue Sep 29, 2023 · 0 comments

Comments

@ashedesimone
Copy link
Contributor

Add --prune to the git fetch command when running cache update as a separate --prune option in EdkRepo cli

This is to resolve a cases where the repo cache can't be updated to the latest content. The fetch will fail due to conflicts in branches. In this case using the --prune command will remove potentially conflicting entries before fetching the new entries.

It is suggested that this is not done by default since this may cause references to be removed that are needed for other projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant