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.
2 parents 195ecc3 + 85a45a6 commit bea9077Copy full SHA for bea9077
1 file changed
git/repo/base.py
@@ -853,6 +853,7 @@ def clone(self, path, progress=None, **kwargs):
853
@classmethod
854
def clone_from(cls, url, to_path, progress=None, **kwargs):
855
"""Create a clone from the given URL
856
+
857
:param url: valid git url, see http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS
858
:param to_path: Path to which the repository should be cloned to
859
:param progress: See 'git.remote.Remote.push'.
0 commit comments