In GIT, when I switch from a branch branch-ato branch-b, how do I get a list of files present in branch-b, but not in branch-a?
I need this for a specific directory, but as soon as I have a list of all the files, I can filter myself. But if there is a way to get a list only for a specific directory, better.
source
share