If you’re logged on to the cpsc server (or have the gitinspector tool installed on the machine you’re working on) you can get some useful and illuminating stats on your repo by typing:
$ gitinspector -wHT -x author:Stephen
(The “-x author:Stephen” part is to exclude moi from the results, if you originally used my Zork solution as a starting point.)
This will show you how many commits, and how many lines of code, each person has committed, when those happened in the overall timeline of the semester, etc.
Enjoy!