i want to use Bonobo git server and want to initialize --shared --bare repositories.
i check the source code of bonobo git server
and by default it creates bare repositories. i need to include --shared
as well, but there is no function in LibGit2Sharp.init(path, bare)
with shared option. i check the LibGit2Sharp source in git hub also.
is by default LibGit2Sharp.init creates shared repository?