"J. Bakshi" [off-list ref] writes:
On Tue, 03 Apr 2012 16:54:19 +0200
Holger Hellmuth [off-list ref] wrote:
quoted
quoted
git --bare init project_name.git
you probably meant "git init --bare project_name.git"
Yes right. Sorry for the mistake.
Just on this part. "git --bare init" is technially more kosher, but it
looks somewhat strange, so "git init" has a special case code to pretend
as if the user said "git --bare init" when "git init --bare" was given.
So both should work fine.