Skip to content

Commit 915a12d

Browse files
committed
Prepare for midterm.
0 parents  commit 915a12d

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
CS 61 Exams Fall 2018
2+
=====================
3+
4+
This repository will hold your answers to exam questions.
5+
6+
Use this GitHub Classroom link to create your personal exam
7+
repository: https://classroom.github.com/a/jMrJgP8n
8+
9+
Then clone your personal exam repository to your laptop.
10+
11+
The day of the exam, **charge your laptop!**
12+
13+
**Immediately before the exam,** go into your laptop’s exam-repository
14+
clone and update your code from the source:
15+
16+
git pull git://github.com/cs61/cs61-f18-exams.git master
17+
18+
**When you have completed the exam,** commit and push:
19+
20+
[sign the policy.txt file using your favorite editor]
21+
git commit -a -m "Done"
22+
git push
23+
git status
24+
25+
The `git status` command should say your branch is “up-to-date with
26+
'origin/master'”, and it should not list any “Changes not staged for
27+
commit.”
28+
29+
Good luck!

midterm/midterm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CS61 Midterm 2018
2+
=================
3+
4+
You will place all the answers for your exam in this file.
5+
Please do not place your name anywhere in this file.

midterm/policy.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
After you have completed the exam but before committing it, please
2+
type your name below, indicating that you have, in fact, followed the
3+
test rules.
4+
5+
“I have neither given nor received help on this exam to or from others
6+
and have followed the rules as stated.”

0 commit comments

Comments
 (0)