PY-1.4-BP6-MQ80

Our Goal: Finish Your Pull Request

In this lesson, you will finish your Pull Request. This means you will check your changes one last time, then add them to the main game. After that, you will clean up by deleting the special branch you made for your website work. This is the last step to get your game ready!

Get Ready to Finish

Before you finish your Pull Request, go to your Pull Request page on GitHub. Make sure it's still open and ready to be merged. It should be asking to bring your deployment-prep branch into the main branch.

Review and Merge Your Pull Request

Now, you will review your changes and then merge your Pull Request.

  1. Review your changes: Go to the 'Files changed' tab on your Pull Request page. Look at all the changes you made. Make sure everything looks correct.
  2. Merge your Pull Request: Go back to the 'Conversation' tab. Find the button to merge your Pull Request into the 'main' branch. Click it and confirm if GitHub asks you to.
  3. Delete the branch: After your Pull Request is merged, you will see an option to delete the deployment-prep branch. Click this button to clean up your GitHub project.

Check Your Work Again

You've merged your Pull Request and deleted the branch! Now, let's check to make sure everything is correct.

  1. Go to the 'Pull requests' tab on GitHub. Your Pull Request should now be marked as 'Merged' or 'Closed'.
  2. Go to the 'Branches' tab or section on GitHub. Your deployment-prep branch should not be in the list anymore.

If you see these things, you did a great job!

Documentation

Documentation not available for PY-1.4-BP6.