On Mon, 12 Nov 2007, Johannes Schindelin wrote: > > On Mon, 12 Nov 2007, Jon Smirl wrote: > > > I'd like to do this sequence, but I can't figure out how without editing > > the config file. There doesn't seem to be a simple command to move the > > origin. > > > > git clone linus > > move origin to digispeaker.git > > AKA "git config remote.origin.url <your-digispeaker-url-here>" I really think people should at least also mention: "Or just edit your .git/config file by hand" Quite frankly, the latter is *easier* to do. It's really hard to remember all the config entry names and then run "git config <entry> <value>". The command itself may be fairly simple, but rememberign the options is *not*. In contrast, when you open up .git/config in your editor, it's all almost totally *obvious*. So telling people to edit the config file is usually much more helpful in the long run. Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html