
Michael Keck a écrit :
Hi,
how can I make new (empty) branch for template-based?
With the new branch some directrories, libraries and some new things have to been changed or added.
I'm planning to use MVC, we should programm our own, with the template-based branch, cause some things I've rewritten for this branch. I don't really want port duplicated code-snipps to the new branch.
I know it would be hard work ... but I will do.
Michael
Hi Michael, I don't think it's a good idea to start an empty branch, as the history of previous files has to follow. What I suggest is: git checkout master git checkout -b michael-template This will create your local branch. I think that when you want to push this to sf.net, you would do git push origin michael-template -- Marc Delisle http://infomarc.info