Summary: Midterm exam
1. Open terminal, practice workflow:
$ cd PHYS202-S14
$ git pull origin master
$ git status
$ mkdir Midterm
$ ipynb
2. Navigate to the Midterm
directory and open a notebook called Midterm
with title cell (Heading 1) Midterm.
3. Open "Midterm" webpage on PolyLearn in one Browser Window. Answer the question in your Midterm
notebook as you go.
4. Before leaving, save your work in the notebook, then practice your workflow:
$ git status
$ git add .
$ git commit -m "<summary message goes here>"
$ git push origin master
$ git status
Check github to be sure the work got there.