summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-06 18:39:14 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-06 18:39:14 +0200
commit6cd44cc2fd610068a8875474cb4b913ccca299ce (patch)
tree9d163df38cfca93f1686f0efdfc4eacf7c329feb
parent90e3f116b60f7346d09f186fe6b9c1dc31ce7b40 (diff)
downloadwww-andreasbaumann-cc-6cd44cc2fd610068a8875474cb4b913ccca299ce.tar.gz
www-andreasbaumann-cc-6cd44cc2fd610068a8875474cb4b913ccca299ce.tar.bz2
fixed small typo
-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
```