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