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

Sync only to the upstream branch and do not cherry-pick #4864

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrobinson
Copy link
Member

Upstream sometimes uses merge commits which make it very difficult to
maintain a cherry-pick based sync workflow. This change modifies the way
syncing works so that it simply does a hard reset of the branch to the
filtered repository. This should be more foolproof, with the downside
that main is no longer up to date with upstream. Instead a new
upstream branch is always up-to-date.

Fixes #4861.

Upstream sometimes uses merge commits which make it very difficult to
maintain a cherry-pick based sync workflow. This change modifies the way
syncing works so that it simply does a hard reset of the branch to the
filtered repository. This should be more foolproof, with the downside
that `main` is no longer up to date with upstream. Instead a new
`upstream` branch is always up-to-date.

Fixes #4861.
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

Successfully merging this pull request may close these issues.

Sync is failing
1 participant