[racket-dev] Git

From: Stephen Bloch (sbloch at adelphi.edu)
Date: Thu Jan 6 00:14:58 EST 2011


On Jan 5, 2011, at 8:10 PM, Robby Findler <robby at eecs.northwestern.edu> wrote:

> I'd like to move from one machine to another without pushing to the main repo. I know one way to do that is to use my own copy but it also seems like I should be able to just pick up
> those changes and scp 'em over to some other machine and apply them
> with git format-patch and git am. Anyone do that? Does it seem
> advisable? (Any hints on how to do it?)

Isn't the "approved" way to do this simply to pull from one machine to the other?  Of course, you would then need to tell it to push back to the main repo, rather than where it pulled from, and I'm not sure how to do that.

Decidedly NOT a git guru....

Stephen Bloch
sbloch at adelphi.edu

Posted on the dev mailing list.