-
Notifications
You must be signed in to change notification settings - Fork 585
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
Test resolving conflicts on a checked out PR #5648
Labels
Comments
The scroll glitch is making it hard to work with the conflicts view, will wait for it to get fixed. |
The issue happens depending on the number files involved with conflicts. I was able to test the flow with a PR that had a single file conflict. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: #1562
Complexity: 4
Create Issue
To test, you'll need to have a PR with merge conflicts. If you have such a PR already, you can skip step 2.
a. Look at what the most recent commit on
main
has changed. Take note of this.b. Do
git log
and copy the second most recent commit shac.
git checkout the-commit-sha-you-copied
d.
git checkout -b topic-branch-name-of-your-choice
e. Modify the same code that you noted in step a. Commit this and make a PR.
The text was updated successfully, but these errors were encountered: