We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493f934 commit b4a0e1aCopy full SHA for b4a0e1a
git/repo/base.py
@@ -179,10 +179,10 @@ def __init__(
179
R"""Create a new :class:`Repo` instance.
180
181
:param path:
182
- The path to either the root git directory or the bare git repo::
+ The path to either the root git directory, the .git directory under the root git directory or the bare git repo::
183
184
repo = Repo("/Users/mtrier/Development/git-python")
185
- repo = Repo("/Users/mtrier/Development/git-python/.git")
+ repo = Repo("/Users/mtrier/Development/git-python.git")
186
repo = Repo("~/Development/git-python.git")
187
repo = Repo("$REPOSITORIES/Development/git-python.git")
188
repo = Repo(R"C:\Users\mtrier\Development\git-python\.git")
0 commit comments