Show working tree status - changed, staged, untracked files.
git status
Shows working tree state: staged, unstaged, and untracked files. Always run this before committing to know exactly what will be included.
Safety: Inspect first and avoid rewriting shared history unless the team expects it.