On Tue, Nov 13, 2007 at 11:50:16AM +0100, Matthieu Moy wrote: > The "git remote add" thing adds this to my .git/config: > > [remote "origin"] > url = /tmp/git1 > fetch = +refs/heads/*:refs/remotes/origin/* > > While clone normally does a bit more: > > [remote "origin"] > url = /tmp/git1/.git > fetch = +refs/heads/*:refs/remotes/origin/* > [branch "master"] > remote = origin > merge = refs/heads/master Also, git-clone sets up the HEAD symref automagically (you can specify it manually with git-remote, but git-clone will put it from the remote's HEAD). -Peff - 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