Yes, there definitely is a way, but I'm not sure exactly what you're looking for. Do you just want to switch from epall/tracks master to bsag/tracks master?
git remote add bsag git://github.com/bsag/tracks.git git fetch bsag git checkout bsag/master if you want to reset your local master git rebase bsag/master On Mon, Dec 7, 2009 at 12:55 PM, Luis Villa <[email protected]> wrote: > On Fri, Dec 4, 2009 at 9:44 AM, Eric Allen <[email protected]> wrote: > > Hey everybody, > > I've finished integrating Henrik's dependencies branch with my jQuery > > updates on epall/tracks master, and I think it's time to merge to trunk. > > There are still some things we need to touch up, but I'd rather do that > on > > the main branch now that the stuff is stable. Does that seem reasonable? > > Dumb git question: is there any way to 'switch' between repositories > in a checkout, or do I just have to do a clean checkout and re-do my > config files? > > Luis >
_______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
