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

6 lines
90 B
Markdown
Raw Permalink Normal View History

2021-06-29 14:50:52 +02:00
To see the changes in both staging area and working tree, use:
```bash
2021-06-29 14:50:52 +02:00
git diff HEAD
```