blob: 77950a62eaa492f86473b67235c1c061987bb67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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.
* [debconf-share](https://downloads.kitenet.net/.git/)
`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!
This is a wiki -- add your own public repository to the list!
See [[tips/centralized_git_repository_tutorial]].
|