Git: Show changes (diff) that are staged
Run:
$ git diff --cached
--cached
shows staged changes, against the current HEAD. --staged
is a synonym for --cached
.
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki git