git is a revision control system initially written by Linus Torvalds.
I am using git for managing my toy-projects.
To initially get a repository to your computer use 'git clone':
% git clone http://git.bewatermyfriend.org/<project>.git
After that, you can update your local repo to the status of the public
repository by simply running 'git pull' in your local repository.
| feed2nntp | : git clone http://git.bewatermyfriend.org/feed2nntp.git | <browse> |
| lox | : git clone http://git.bewatermyfriend.org/lox.git | <browse> |
| robosnake | : git clone http://git.bewatermyfriend.org/robosnake.git | <browse> |
| sgw | : git clone http://git.bewatermyfriend.org/sgw.git | <browse> |
| ucron | : git clone http://git.bewatermyfriend.org/ucron.git | <browse> |
| zblog | : git clone http://git.bewatermyfriend.org/zblog.git | <browse> |
| zsh-lookup | : git clone http://git.bewatermyfriend.org/zsh-lookup.git | <browse> |