zlon
zlon

Reputation: 834

Compare file before and after several commits

I have some file in my GitHub repository. Another contributor has done 50 commits in a row. Now I want to understand what was changed.

Is it possible to see all changes like it was one commit? Is it possible to do in a web interface or in GitHub Desktop?

Upvotes: 1

Views: 26

Answers (1)

Adam Taylor
Adam Taylor

Reputation: 7793

You probably want the "compare" feature of the web interface: https://help.github.com/articles/comparing-commits-across-time/

Upvotes: 1

Related Questions