1.
Hint.
Section 3.7 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
main
into your feature branch and try again to resolve the conflict.