git syntax:
- git add .: transfer to git
- git commit -m "": save
- git push origin head: make yours public
- git status: check what branch you're in
- git branch -a: to check all branch
- git branch : create branch
- git checkout main/name: use to switch branches
- git pull origin " ": to get updates