operations.git
Functions
def git.repo()
git.repo()def git.repo(url: str, path: str, branch_or_tag: Optional[str] = None,
update: bool = True, depth: Optional[int] = None,
rebase: bool = True, ff_only: bool = False,
update_submodules: bool = False,
recursive_submodules: bool = False,
shallow_submodules: bool = False, name: Optional[str] = None,
check: bool = True, op: Operation = Operation.internal_use_only
) -> OperationResult:Parameters
Last updated