Oct 30, 2024
git clone to create a local copy of a remote repository.git add to move changes to the staging area.git commit to save changes to the local repository.git push to send commits to the remote repository.git pull to fetch and merge changes from remote repository.git fetch and git merge.git branch.git switch or git checkout.git merge.