- [[git clone]] - download a repository to your computer - [[git checkout]] - switch to a different branch - [[git add]] - select changes to include in the next save point - [[git commit]] - save selected changes as a labeled snapshot - [[git push]] - send your save points to the shared repository - [[git fetch]] - download updates without applying them yet - [[git pull]] - download and apply the latest updates - [[git branch]] - list or create parallel lines of work - [[git merge]] - combine work from one branch into another - [[git diff]] - see what has changed since the last save point ^git-commands