I have a master, branch1, and branch2.
I have used 'git merge' then 'git mergetool' to merge deltas (i.e. changes between master and branch2) into branch1.
Now I would like to identify all modified files under branch1 as the result of the above merge and copy all those modified files into a separate folder to send to someone.
What is the right way to do that?
Thanks! p/s: my apology if this is too trivial question, I am new to GIT