mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-08 18:19:37 +01:00
6 lines
86 B
Markdown
6 lines
86 B
Markdown
|
To see the changes in both staging area and working tree, use:
|
||
|
|
||
|
```
|
||
|
git diff HEAD
|
||
|
```
|