is there a git command that will list only the folders that are different between 2 branches. I have to create a Powershell script to detect what root folders have changed to determine what VSTS Build to run. So I will re-phrase the question:
I need to be able to run a programmatic command like
git diff branchA..branchB | some-parser-that-outputs-a-list-of-root-folders
the result should look like with
.\codebase1
.\codebase3
.\codebase5