til/git/viewing-all-diffs-together.md

6 lines
90 B
Markdown

To see the changes in both staging area and working tree, use:
```bash
git diff HEAD
```