79673894

Date: 2025-06-20 19:54:42
Score: 1
Natty:
Report link

equivalent of git show:
git difftool HEAD^
or
git difftool -t meld HEAD^
shows contents of the last commit

To see diff of arbitrary commit, e.g. 4th from HEAD:
git difftool HEAD~3

To see diff of an arbitrary commit, say `deadfeed`:

git difftool deadfeed^ deadfeed

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shahid