Jak utworzyć plik łatek między 2 gałęzami 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