Git Commands to Update Site

7 February 2021
7 Feb 2021
1 min read

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.


Codenames for Projects

Big Data Cup 2021