Files & Folders in a Git Project
Git tracks files, and the everyday surprises come from the ways files can change without Git being told: a rename in the editor, a deleted folder, a generated file that suddenly appears, a screenshot that cannot be diffed. This section makes each of those predictable. It is short and practical; every lesson has commands to try in the playground.
Before you start: Section 2 (file states) and a configured Git (Section 3). Have the playground set up.