Hacker News new | ask | show | jobs
by metabagel 234 days ago
> git init --bare --shared=group

This is a very git command.

1 comments

It does exactly what it says on the tin:

It calls "git" to "init"ialize a repository, which we don't need a working tree for ("bare") and that it's going to be "shared" with members of the "group".