I have the following situation:
two branches were created from master at different times
T0 T1
----+-----------------+------> master
| |
| |
+---- BranchA +---- BranchB
Development occurred on BranchA after time T0
Some, but not all of those commits were merged in master after time T0, but before time T1
I would like to now cherry-pick all the commits in BranchA that do not exist in BranchB into BranchB