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
```