From 357ceb1af4d189e25252fab2aa72e5fe8cc068f2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 4 Jun 2018 21:11:59 +0200 Subject: moved to private git repo from github --- content/git/_index.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'content/git') 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. -- cgit v1.2.3-54-g00ecf