blob: 625522d348f19e79194edcbfe83759ee539ad7c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
git-annex repositories are often kept private, but here's a list of some of
the public repositories that you can clone to try out git-annex.
* [downloads.kitenet.net](http://downloads.kitenet.net/)
`git clone https://downloads.kitenet.net/.git/`
Various downloads of things produced by Joey Hess, including git-annex
builds and videos.
* debconf-share
`git clone http://annex.debconf.org/debconf-share/.git/`
[DebConf](http://debconf.org/) Media, photos, videos, etc.
* [conference-proceedings](https://github.com/RichiH/conference_proceedings)
`git clone https://github.com/RichiH/conference_proceedings.git`
A growing collection of videos of technology conferences.
Submit a pull request to add your own!
* [ocharles's papers](https://github.com/ocharles/papers)
Lots of CS papers read by [Oliver](http://ocharles.org.uk/blog/).
This is a wiki -- add your own public repository to the list!
See [[tips/centralized_git_repository_tutorial]].
|