My Git server has 2 branches:
Foo and Master
In Branch Foo:
Directory1
Directory2
In Branch Master:
Directory2
As you can see, in Branch Master, there is no Directory1.
Now, in directory 2 has changes in branch Foo
I am in branch Master, I would like to get changes from Foo* without **Directory1. How should I do?