Repositories
backup
in svn this would be trunk
-
Cloning this repository:
git clone git://gitorious.org/backup-for-roadwarriors/backup.git backup cd backup
Add this repository as a remote to an existing local repository:
git remote add backup git://gitorious.org/backup-for-roadwarriors/backup.git git fetch backup git checkout -b my-local-tracking-branch backup/master_or_other_branch

