Clone: git clone "Link" Cloning a repository on our local system. Status: git status Displays the state of the code. Add: git add "Files Name" Adds new or changed files in working directory to the Git Staged Area. Push: git push origin main Upload local repo content to remote repo