Git Setup (Version Control)
clone
your repository for the course (or cd into it if you’ve already
cloned it).- Create a directory called
hw1
(or something similar). - Move your first assignment into this directory.
add
it to version control.commit
the completed version of the assignment (don’t forget to include a good commit message).push
the changes to GitHub.