- git status
- informational command
- git add file-name
- staging files
- git commit -m "active voice and descriptive message" -- version control -- computer id tracking number -- message for our changes
- git push origiin branch-name
- right now the branch name is main
- reconciles the diff between local and remote
- working out the kinks