How should you identify the commit for the alpha-prototype tag?
alpha-prototype
Always use HEAD because every milestone belongs on the latest commit.
Use time_machine.js as though it were a commit hash.
time_machine.js
Run git tag | wc -l before any tags exist.
git tag | wc -l
Use git log --oneline and copy the hash beside Add initial time flux capacitor.
git log --oneline