Syncing a fork
Completion requirements
You and your classmates are sending me pull requests from your GitHub
accounts. I am pulling your contributions to our project into my GitHub
account. By following the following instructions, you can get the current version of my repository.
- git remote add upstream https://github.com/leontabak/CSC311-2015.git
- git fetch upstream
- git checkout master
- git merge upstream/master
- git push origin master
Last modified: Tuesday, November 24, 2015, 2:27 PM