diff options
| author | Michael Trier <mtrier@gmail.com> | 2008-05-18 10:55:31 -0400 |
|---|---|---|
| committer | Michael Trier <mtrier@gmail.com> | 2008-05-18 10:55:31 -0400 |
| commit | 0651f0964ba5a33257ebbda1e92c7a1649a4a058 (patch) | |
| tree | d1565ced15d3ad46e9adf9d88e7622c76cbe6453 /README | |
| parent | 062aafa396866d4dfe8f3fd2f32d46fa7c01b6dd (diff) | |
| download | GitPython-0651f0964ba5a33257ebbda1e92c7a1649a4a058.tar.gz GitPython-0651f0964ba5a33257ebbda1e92c7a1649a4a058.zip | |
lots of little fixes. Corrected problem with creating bare repo. Added Repo.create alias.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ In the above example, the directory ``/Users/mtrier/Development/git-python`` is my working repository and contains the ``.git`` directory. You can also initialize GitPython with a bare repository. - >>> repo = Repo.init_bare("/var/git/git-python.git") + >>> repo = Repo.create("/var/git/git-python.git") Getting a list of commits ************************* |
