Process Flow - Working directory state
Start: Git repo initialized
Working directory files
Modify/Add/Delete files
Working directory state changes
Check status with 'git status'
See which files are modified, staged, or untracked
Decide to stage or discard changes
End: Working directory reflects current file changes
This flow shows how files in the working directory change and how git tracks their state before committing.