summaryrefslogtreecommitdiff
path: root/content/git/_index.md
blob: 44676464072cbc66bae04520d10e6614e3f4b81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
+++
title = "Git"
+++

## Local Git

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:

```
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.