summaryrefslogtreecommitdiff
path: root/content/git
diff options
context:
space:
mode:
Diffstat (limited to 'content/git')
-rw-r--r--content/git/_index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/git/_index.md b/content/git/_index.md
new file mode 100644
index 0000000..9e1d4a7
--- /dev/null
+++ b/content/git/_index.md
@@ -0,0 +1,21 @@
++++
+title = "Git"
++++
+
+## Github
+
+See my official repository at http://www.github.com/andreasbaumann.
+
+Please make sure to check the clone status of the individial repos to distinguish between software
+I actually wrote and repos which are mere clones of projects of other authors.
+
+## Local Git
+
+I also have a local git 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
+```