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
Simone Sanfilippo -
Dhananjay Patel -
Vicente G. Reyes -
pronab pal -
Top comments (0)