Is there a way to see what files have changed in a branch?
git show --stat origin/branch_name
This will give you a list of the files that have been added or modified under this branch.