You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes have been pushed to the source repository uwhpsc-2016/homework4. There are a few steps you will need to take to obtain these changes in your GitHub private / local repo uwhpsc-2016/homework4-githubusername.
If you haven't done so yet: obtain your private repo via the link sent out on Canvas and create a local clone of your repo on SMC.
To make things easier, stage (git add) and commit (git commit) any current changes in your repo. If you know what you're doing you can skip this step.
Add the uwhpsc-2016/homework4 repository as a remote:
Now pull the changes from upstream into your master branch:
$ git pull upstream master
Resolve any merge conflicts (if any) and create a "merge commit", if necessary.
Push your commit tree to your private GitHub remote:
$ git push origin master
Verify that these commits are on your GitHub private remote by navigating to https://github.com/uwhpsc-2016/homework4-githubusername and clicking on the "Commits" button near the upper-left corner. You should see your commits as well as my own. The commit messages should clearly summarize the changes made to the repo.
The text was updated successfully, but these errors were encountered:
Thank to you the following students (honorary TAs) for identifying bugs in the Homework 4 repo:
Fixes have been pushed to the source repository
uwhpsc-2016/homework4
. There are a few steps you will need to take to obtain these changes in your GitHub private / local repouwhpsc-2016/homework4-githubusername
.If you haven't done so yet: obtain your private repo via the link sent out on Canvas and create a local clone of your repo on SMC.
To make things easier, stage (
git add
) and commit (git commit
) any current changes in your repo. If you know what you're doing you can skip this step.Add the
uwhpsc-2016/homework4
repository as a remote:Verify your remotes: you should see something along the lines of
Now pull the changes from
upstream
into yourmaster
branch:Resolve any merge conflicts (if any) and create a "merge commit", if necessary.
Push your commit tree to your private GitHub remote:
Verify that these commits are on your GitHub private remote by navigating to https://github.com/uwhpsc-2016/homework4-githubusername and clicking on the "Commits" button near the upper-left corner. You should see your commits as well as my own. The commit messages should clearly summarize the changes made to the repo.
The text was updated successfully, but these errors were encountered: