summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/git/_index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/git/_index.md b/content/git/_index.md
index e27b525..4467646 100644
--- a/content/git/_index.md
+++ b/content/git/_index.md
@@ -4,11 +4,10 @@ title = "Git"
## Local Git
-I also have a local git where I am dabbling with things, you can either
+I have a local git repository where I am dabbling with things, you can either
use the web interface at http://git.andreasbaumann.cc or
you can checkout read-only copies with:
-
```
git clone git://git.andreasbaumann.cc/repo.git
```