So erstellen Sie eine Patch -Datei zwischen 2 Filialen 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