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!
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!
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.
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!
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!