diff options
-rw-r--r-- | doc/source/tutorial.rst | 2 | ||||
m--------- | git/ext/gitdb | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index c176ed0c..d9b35fda 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -39,7 +39,7 @@ Query the active branch, query untracked files or whether the repository data h Clone from existing repositories or initialize new empty ones:: cloned_repo = repo.clone("to/this/path") - new_repo = repo.init("path/for/new/repo") + new_repo = Repo.init("path/for/new/repo") Archive the repository contents to a tar file:: diff --git a/git/ext/gitdb b/git/ext/gitdb -Subproject 2f2fe4eea8ba4f47e63a7392a1f27f74f5ee925 +Subproject ab4520683ab325046f2a9fe6ebf127dbbab60df |