Hi, Just a small notes on git: Most of current git usage invloves rebasing when updating. To ease here is a trick that some of view may appreciate: $ git config --global alias.up "pull --rebase" you can now keep synced using "git up" (à la svn). Also read more about git's aliases here: http://git.or.cz/gitwiki/Aliases Pierre.