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
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users