[rspec-users] Rails project as a template for other projects (off topic)
Nick Hoffman
nick at deadorange.com
Fri Dec 5 11:47:37 EST 2008
On 2008-12-05, at 01:51, Andrew Premdas wrote:
> Scott
>
> Working on this, assuming I have a cloned project 'foo' from my base
> project base and I'm working on foo. So I implement something new
> and then think this should be in base any ideas how to manage this.
> Was thinking maybe of having a base branch which would be the only
> thing I pushed up to the base project. Any thoughts?
>
> Andrew
Hi Andrew. I'd use git-format-patch to generate one or more patches
from Project Foo that contain the changes that you want to incorporate
into your base project. Then, it's simply a matter of applying those
patches to the base project, and sorting out any conflicts.
Cheers,
Nick
More information about the rspec-users
mailing list