1.
The steps you carried out in Chapter 3 Working Locally and Upstreaming Changes are listed below in a jumbled-up order, drag them to the right to arrange them the proper order.
git commit the message should be descriptive of what the changes in the commit do.
README.md file as you did. The tasks below will ask you some questions about this situation.
main branch.README.md file as the other PRs, none of those PRs have been merged into the upstream main. Thus, your PR will not contain any conflicts with the upstream main branch.main branch.README.md file as the other PRs, none of those PRs have been merged into the upstream main. Thus, your PR will not contain any conflicts with the upstream main branch.main.main. Thus, because no PRs have been merged there is no conflict between your PR and the upstream main at this point.main yet. Thus, there is no conflict between your PR and the upstream main at this point.main branch.README.md as the merged PR. The changes from the merged PR are now in the upstream main branch. Thus, your feature branch will now have conflicts with the upstream main branch and will not be able to be merged automatically.main branch.main. Your PR contained changes that changed the same lines of the README.md file as the merged PR. Thus, your PR will have conflicts with the upstream main branch and will not be able to be merged automatically.README.md as your PR, your PR will now contain a conflict with the upstream main branch.main branch matter here. That conflict was created when the other PR for your Round2 issue was merged.