summaryrefslogtreecommitdiff
path: root/content/git
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-02-09 18:09:58 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-02-09 18:09:58 +0100
commit5bcbfd1fbe83782ec64cc97bc6b4cc1cd15399a0 (patch)
treee54b8c7ac9629aa145aa82b9f64e16dad89346c4 /content/git
parent91a2b975cb6df3d45c9a3af0f690017e3725cc18 (diff)
downloadwww-andreasbaumann-cc-5bcbfd1fbe83782ec64cc97bc6b4cc1cd15399a0.tar.gz
www-andreasbaumann-cc-5bcbfd1fbe83782ec64cc97bc6b4cc1cd15399a0.tar.bz2
fixed some menu and icon problems
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
+```