Boaz Harrosh wrote:
On Mon, Feb 04 2008 at 12:50 +0200, Luciano Rocha [off-list ref] wrote:
quoted
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?