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

Merges/main to release/dev16.8 #10172

Merged
merged 14 commits into from
Sep 22, 2020
Merged

Conversation

KevinRansom
Copy link
Member

Manually opened by kevinr

Resolve merge conflicts using your local repo
Sometimes merge conflicts may be present on GitHub but merging locally will work without conflicts. This is due to differences between the merge algorithm used in local git versus the one used by GitHub.

git fetch --all
git checkout merges/main-to-release/dev16.8
git reset --hard upstream/release/dev16.8
git merge upstream/main

Fix merge conflicts

git commit
git push upstream merges/main-to-release/dev16.8 --force

@KevinRansom KevinRansom changed the base branch from main to release/dev16.8 September 22, 2020 01:25
@cartermp
Copy link
Contributor

Thanks @KevinRansom

@cartermp cartermp merged commit 03283e0 into release/dev16.8 Sep 22, 2020
@cartermp cartermp deleted the merges/main-to-release/dev16.8 branch September 22, 2020 02:49
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.

6 participants