Version Control
Set-up Git
- 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