document updated 13 years ago, on Aug 22, 2011
Various ways to transfer data between two repositories (possibly over the network):
generally
read-only servers
servers that allow updates, via git://
- git-daemon has the option --enable=receive-pack, however, there is NO ACCESS CONTROL on this — anyone with network access can modify your repo
servers that allow updates, via ssh://
servers that allow updates, via http://