In this video, we go over basic Git commands required to upload and download changes to a repository
-git status – check for changes
-git add . – add all new changes
-git commit –m “ “ – group and label changes
-git push – upload changes
-git pull – download changes