mirror of
https://github.com/sahinakkaya/til.git
synced 2024-12-22 15:19:38 +01:00
TIL: Viewing all diffs together
This commit is contained in:
parent
9f06d5cbf3
commit
cfb6a695a5
5
git/viewing-all-diffs-together.md
Normal file
5
git/viewing-all-diffs-together.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
To see the changes in both staging area and working tree, use:
|
||||||
|
|
||||||
|
```
|
||||||
|
git diff HEAD
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user