At this point you have resolved the merge conflict and committed the changes to the feature branch in your local repository. What is left is to push that branch to your origin. When you do so, GitHub will automatically update your pull request to the upstream for that branch.
Now that youβve resolved the merge conflict and pushed the result to GitHub, it should be possible for the maintainers to automatically merge your pull request. Letβs check!
Correct! You successfully resolved the merge conflict! Please continue to the next exercise.
Image of a dialog with a exclamation point inside a triangle and the message "This branch has conflicts that must be resolved. Use the web editor or the command line to resolve conflicts."