mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02:00
6 lines
90 B
Markdown
6 lines
90 B
Markdown
To see the changes in both staging area and working tree, use:
|
|
|
|
```bash
|
|
git diff HEAD
|
|
```
|