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
neehar priydarshi -
Abhinav Anand -
keploy -
Laxman Nemane -
Top comments (0)