Is there a way to see what files have changed in a branch?
Considering you're on a feature branch and you want to check which files have changed compared to master... just this:
git diff --name-only master