1
0
mirror of https://github.com/sahinakkaya/til.git synced 2025-07-17 14:01:49 +03:00

TIL: Viewing all diffs together

This commit is contained in:
Asocia
2021-06-29 15:50:52 +03:00
parent 9f06d5cbf3
commit cfb6a695a5

@ -0,0 +1,5 @@
To see the changes in both staging area and working tree, use:
```
git diff HEAD
```