aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 512e86415b7e4e3ef8415490f011a73c64d38ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
I've moved my overlay into git. The repository is available for anonymous
checkout:

git clone git://people.freedesktop.org/~dberkholz/overlay

If you have a login on this box, you can instead do:

git clone git+ssh://${USER}@people.freedesktop.org/~dberkholz/public_html/overlay.git

To update a checkout:

git pull

Some git howtos are available in the git documentation. In particular, see
	index.html
	tutorial.html
	everyday.html
	cvs-migration.html

Others exist online.
	http://freedesktop.org/wiki/UsingGit
	http://lists.freedesktop.org/archives/cairo/2006-February/006353.html