Diff for Other git repositories
| Fri, 04/18/2008 - 16:45 by Paolo Bonzini | Wed, 10/21/2009 - 09:11 by Paolo Bonzini | ||
|---|---|---|---|
| Changes to Body | |||
| Line 15 | Line 15 | ||
| Enough talking, here is the list: | Enough talking, here is the list: | ||
| * [[blog:S11001001|Stephen Compall]]: git://nocandy.dyndns.org/smalltalk.git | * [[blog:S11001001|Stephen Compall]]: git://nocandy.dyndns.org/smalltalk.git | ||
| - | * [[blog:bonzinip|Paolo Bonzini]]: http://www.inf.unisi.ch/~bonzini/webdav/smalltalk.git | + | * [[blog:bonzinip|Paolo Bonzini]]: http://github.com/bonzini/smalltalk |
Current revision:
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
