1
0
mirror of https://github.com/sahinakkaya/til.git synced 2025-04-10 21:42:07 +02:00

TIL: Viewing all diffs together

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

View File

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