Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbea9077

Browse files
committed
Merge pull request#305 from jonls/fix-doc-clone-from
Fix docstring of Repo.clone_from()
2 parents195ecc3 +85a45a6 commitbea9077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎git/repo/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ def clone(self, path, progress=None, **kwargs):
853853
@classmethod
854854
defclone_from(cls,url,to_path,progress=None,**kwargs):
855855
"""Create a clone from the given URL
856+
856857
:param url: valid git url, see http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS
857858
:param to_path: Path to which the repository should be cloned to
858859
:param progress: See 'git.remote.Remote.push'.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp