* step 1 --> create a patch file
git diff c1 c2 > patch.txt
* step 2 --> play those diffs over
git apply patch.txt
* Advanced - what if there's a conflict ?