From 0651f0964ba5a33257ebbda1e92c7a1649a4a058 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sun, 18 May 2008 10:55:31 -0400 Subject: lots of little fixes. Corrected problem with creating bare repo. Added Repo.create alias. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index abb9ad1f..d9c6f1df 100644 --- a/README +++ b/README @@ -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 ************************* -- cgit v1.2.3