1.
Hint.
Section 3.7 Pushing a Branch to Your Origin introduced the command for pushing a feature branch to your origin.
origin
. When you do so, GitHub will automatically update your pull request to the upstream
for that branch.
upstream
repo on GitHub, click on the "Pull requests" tab.
git revert --hard HEAD~1
git merge
Command., merge main
into your feature branch and try again to resolve the conflict.