git init / clonegit init git clone URL
git status / add / commitgit status git add . git commit -m "msg"
git switch / checkoutgit switch -c feature/x
git pull / pushgit pull git push origin main
git log --oneline --graphgit log --oneline --graph --decorate --all
git stashgit stash git stash pop