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
Don't know that there is something that does exactly what you want based only on your current branch, but if you know the commit id that is the parent of your branch, you can do: