summaryrefslogtreecommitdiff
path: root/content/git/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/git/_index.md')
-rw-r--r--content/git/_index.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/content/git/_index.md b/content/git/_index.md
index d53c59a..1edb036 100644
--- a/content/git/_index.md
+++ b/content/git/_index.md
@@ -2,20 +2,20 @@
title = "Git"
+++
-## Github
-
-See my official repository at https://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
+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
-
+you can checkout read-only copies with:
```
git clone git://git.andreasbaumann.cc/repo.git
```
+
+If you have comments or patches, you can send them via email.
+
+If you want to collaborate, I can give you write access.
+
+## Github
+
+Forked projects are on [Github](https://github.com/andreasbaumann?tab=repositories).