Answers for "how to create a patch file between 2 branches git"

0

how to create a patch file between 2 branches git

git diff master Branch1 > ../patchfile
git checkout Branch2    
git apply ../patchfile
Posted by: Guest on May-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language