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

Appearance settings

Commit 8511513

Browse filesBrowse files
committed
Fixes #64
[ci skip]
1 parent 8a72a7a commit 8511513
Copy full SHA for 8511513

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/source/tutorial.rst‎

Copy file name to clipboardExpand all lines: doc/source/tutorial.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Query the active branch, query untracked files or whether the repository data h
3939
Clone from existing repositories or initialize new empty ones::
4040

4141
cloned_repo = repo.clone("to/this/path")
42-
new_repo = repo.init("path/for/new/repo")
42+
new_repo = Repo.init("path/for/new/repo")
4343
4444
Archive the repository contents to a tar file::
4545

Collapse file

‎git/ext/gitdb‎

Copy file name to clipboard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.