Files
tldr/pages/common/git-whatchanged.md
T
2026-04-18 18:49:50 +08:00

313 B

git whatchanged

This command is an alias of git log --raw --no-merges (log with raw diffs for each commit). Note: This command is deprecated and will be removed in the future. More information: https://git-scm.com/docs/git-whatchanged.

  • View documentation for the original command:

tldr git log