Other git repositories
By Paolo Bonzini - Posted on April 18th, 2008
git is a decentralized version control systems, so every user can publish their own unofficial branches. Many of them are on private machines with ADSL and slow uplink, so please don't clone them; use an existing clone from git.sv.gnu.org as a base, and add them as a remote branch:
$ git remote add -f s11 git://nocandy.dyndns.org/smalltalk.git
After doing this, you can base your branches on other people's public stuff:
$ git checkout --track -b pool-resolution s11/pool-resolution $ git checkout --track -b sdl paolo/sdl
Expect these repositories to be rewound and rebased frequently.
Enough talking, here is the list:
- Stephen Compall: git://nocandy.dyndns.org/smalltalk.git
- Paolo Bonzini: http://github.com/bonzini/smalltalk
