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

No way to reset only chromium files that have been modified locally #5757

Open
petemill opened this issue Aug 22, 2019 · 0 comments
Open

No way to reset only chromium files that have been modified locally #5757

petemill opened this issue Aug 22, 2019 · 0 comments

Comments

@petemill
Copy link
Member

Description

When a developer wants to reset all chromium files to the current brave-core patched state, but doesn't want to end up touching every patched file by performing a hard reset, which would result in a lengthy build, there is no recourse to do so, unless they remember every file that was changed and do git checkout -- [file] manually for each file.
npm run sync will do this (only reset patched files which have been locally modifieid), but only for files that Brave has a .patch file for.

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

Successfully merging a pull request may close this issue.

2 participants