Show changes that have been staged with the flag:
$ git diff --staged
If your git < 1.6 use this flag:
$ git diff --cached
- --staged is a synonym for --cached
Show changes that have been staged with the flag:
$ git diff --staged
If your git < 1.6 use this flag:
$ git diff --cached
For further actions, you may consider blocking this person and/or reporting abuse
Abhay Yt -
Phyniks -
Abhay Yt -
John Miller -
Top comments (0)