Practice next
Read the concept, then use a quiz, builder or checklist to make it stick.
Quick reference
| Area | Commands or meaning |
|---|---|
| Start | git init, git clone |
| Check | git status, git diff |
| Commit | git add, git commit |
| History | git log, git show |
| Branches | git branch, git switch |
| Remote | git fetch, git pull, git push |
| Recovery | git restore, git revert, git stash |
How to use it
Do not memorise every flag. Memorise the situation, the first command to run, and how to check whether the output makes sense.
Practice prompt
Pick three entries from the table and create a tiny lab. For example, make test files, search them, change permissions, and explain what changed.
