cara membuat file patch antara 2 cabang git
git diff master Branch1 > ../patchfile
git checkout Branch2
git apply ../patchfile
Different Dotterel
git diff master Branch1 > ../patchfile
git checkout Branch2
git apply ../patchfile