Back to Developer Roadmap

Between Commits

src/data/roadmaps/git-github/content/[email protected]

4.0469 B
Original Source

Between Commits

To compare two specific commits in your Git history, use git diff followed by the hashes of the commits. This will show you the changes made between those two points, including added, modified, and deleted lines.

Visit the following resources to learn more: