mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-08 18:19:37 +01: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
|
|
```
|