Skip to content

cs61/cs61-exams-f17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

CS61 exam repository for Fall 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published