I apolagise if this isn\'t very clear but in Git, is there a way to see all changed files on a branch, by name only. As far as I know I can use git log to see files that ha
Assuming you have checked out the branch you are working on, and you want to compare it to master:
git diff --name-only master