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

6 lines
86 B
Markdown
Raw Normal View History

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