We have 2 branches
- master
- branchX
BranchX was created to solve some compatibility problem, where a about 10 files had to be changed.
Development on master continues and at a certain stage, I want to check what will change when we merge master into branchX.
What command should I use so that I can check that all merges have been done (except for the modifications on these 10 files)
Notice that it is three dots, which gets the difference between the common ancester of branchX and master, and master itself.