So instead of having to Google what the git command is for me to update this website each time, I figured I might as well add them below for postarity.
git add .
git commit -m "This is the update message"
git push origin master
Now I’ll always have a reference - thank goodness for notes.