PY-1.4-BP2-MQ40

Our Goal: See Your Branch on GitHub

In this lesson, you will go to GitHub and check if the special branch you sent is really there. You will look for your 'feature/add-score-limit' branch in a list on the GitHub website. This is how you know your work is safely stored online!

Get Ready to Check

Before you check GitHub, make sure you are logged in to your GitHub account in your web browser. Also, know the web address (URL) of your game project on GitHub.

When you go to your project page, look for a place where it shows the different branches. It might say 'main' or 'master'. This is where you will look for your new branch.

Find Your Branch on GitHub

Now, go to your game project on GitHub.com in your web browser. Look for the place where it shows the different branches. It's usually a dropdown menu near the top of the page.

Click on that menu and look for your 'feature/add-score-limit' branch. It should be there in the list!

Check Your Work Again

You've looked for your branch on GitHub! Now, let's make sure you saw what you were supposed to see.

What you should have seen:

āœ… Your 'feature/add-score-limit' branch should be listed in the branch dropdown menu on GitHub.com. This means your branch is now online!

Documentation

Documentation not available for PY-1.4-BP2.