summaryrefslogtreecommitdiff
path: root/content/git
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-04 21:11:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-04 21:11:59 +0200
commit357ceb1af4d189e25252fab2aa72e5fe8cc068f2 (patch)
treef2e497a2956bc323255659854b37f44b239c5fd9 /content/git
parent801daa85bba71633b704ec3b77696c7334b8b699 (diff)
downloadwww-andreasbaumann-cc-357ceb1af4d189e25252fab2aa72e5fe8cc068f2.tar.gz
www-andreasbaumann-cc-357ceb1af4d189e25252fab2aa72e5fe8cc068f2.tar.bz2
moved to private git repo from github
Diffstat (limited to 'content/git')
-rw-r--r--content/git/_index.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/content/git/_index.md b/content/git/_index.md
index d53c59a..e27b525 100644
--- a/content/git/_index.md
+++ b/content/git/_index.md
@@ -2,20 +2,17 @@
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
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.