mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
313 B
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