How can git help me porting patches to the stable branch?
Previously with svn I just had two directories, one pointing to trunk one to branch. I made a patch file from trunk by svn diff -r then applied the patch to branch, manually copying the log message. Does git make it any easier?
Thanks, Julien