Git/diff

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Revision as of 12:33, 31 October 2018 by Woozle (talk | contribs) (fixed internal link)
Jump to navigation Jump to search

About

git diff lets you see the differences between current edits and the last commit.

git diff --staged will show the differences between staged files and the last commit.

See also git status, which just lists files that have changed.

Links

Documentation