summaryrefslogtreecommitdiff
path: root/content/git/_index.md
blob: d53c59aa8a46eac7ee47663bc5098148f07d4b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
+++
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


```
git clone git://git.andreasbaumann.cc/repo.git
```