Boaz Harrosh wrote:
On Mon, Feb 04 2008 at 12:50 +0200, Luciano Rocha <luciano@xxxxxxxxxxx> wrote:
Also, git clone --bare doesn't set up the origin configuration, and I
have to do it by hand:
git config remote.origin.url "$url"
git config remote.origin.fetch "+refs/heads/*:refs/heads/*"
Better do "git-remote add URL" then manual addition as above.
Would that be git-remote add --mirror origin URL?
-
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