class documentation

A backend for the Git smart server implementation.

Method open_repository Open the repository at a path.
def open_repository(self, path: str) -> BackendRepo: ΒΆ

Open the repository at a path.

Returns: Instance of BackendRepo

Parameters
path:strPath to the repository
Returns
BackendRepoUndocumented
Raises
NotGitRepositoryno git repository was found at path