Lab Updates
If you are doing assignments via GitHub Classroom and your instructor has posted an update to your assignment, follow these instructions to get the update.
-
Go to your repository on GitHub.
-
Click the “Pull Requests” tab.
-
Open the pull request titled “GitHub Classroom: Sync Assignment”.
-
Check that there are no merge conflicts: If you have the green “Merge” button, then there should be no conflicts.
-
Confirm the merge by clicking the “Confirm” button.
-
On your local repository (the copy on your computer) perform a
git pull
.