Here is my setup - please correct me if i should do it another way.
I have a php script that use various template files(html&css) to obtain different looks but with the same functionality.
I have a repository for the core script(local server). On this repository i do the bug fixing and the new features. At this point i want to develop a new version of the product. I created a private repository on github where another developer will do template related commits and maybe some extra features.
My question is: How do i "copy" a commit from my local core repository(say a bug fix) to the new github repository ? I did a test with "patches" and it seems to work but i'm not sure this is the way to go. Do you think i should setup my repositories in another way ? Thanks