Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 733 Bytes

CS 61 Exams Fall 2017

This repository will hold your answers to exam questions.

Use this GitHub Classroom link to create your personal exam repository: https://classroom.github.com/a/ahienP_9

Then clone your personal exam repository to your laptop.

Immediately before the exam, go into your laptop’s exam-repository clone and update your code from the source:

git pull git://github.com/cs61/cs61-exams-f17.git master

When you have completed the exam, commit and push:

git commit -a -m "Done"
git push
git status

The git status command should say your branch is “up-to-date with 'origin/master'”, and it should not list any “Changes not staged for commit.”

Good luck!