git reflog: see all pass activity
git commit -a -m “message”: commit something (do git add —all if new files were created)
git status: show where you are on the project
git push: push commits
git checkout: check which branch youre on
git checkout “name of branch”: go to that branch
git merge “name of branch”: merge the “name of branch” with the current branch