Update base.py by alex20230721 · Pull Request #1965 · gitpython-developers/GitPython
:param path: The path to either the root git directory or the bare git repo:: The path to either the worktree directory or the .git directory itself::
repo = Repo("/Users/mtrier/Development/git-python") repo = Repo("/Users/mtrier/Development/git-python.git")