Showing which files have changed between two revisions

I want to merge two branches that have been separated for a while and wanted to know which files have been modified. Came across this link: http://linux.yyz.us/git-howto.html which was quite useful. The tools to compare branches I’ve come across are: git diff master..branch git log master..branch git shortlog master..branch Was wondering if there’s something like … Read more