We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee58f16 commit ca23a18Copy full SHA for ca23a18
src/codegen/git/repo_operator/local_repo_operator.py
@@ -85,6 +85,7 @@ def create_from_commit(cls, repo_path: str, default_branch: str, commit: str, ur
85
@classmethod
86
def create_from_repo(cls, repo_path: str, url: str) -> Self:
87
"""Create a fresh clone of a repository or use existing one if up to date.
88
+
89
Args:
90
repo_path (str): Path where the repo should be cloned
91
url (str): Git URL of the repository
0 commit comments