Making a tutorial for class 03
Add
- git add . (Applies the changes ready to be committed over to GitHub, the . adds everything that needs to be added)
Commit
- git commit -m "MESSAGE_HERE" (This commits the changes to GitHub with a message attached, it just needs to be uploaded to Github now)
Push
- git push (This now applies all the commits onto GitHub)