Repositories
robodo-old
Old robodo wannabe code
-
Cloning this repository:
git clone git://gitorious.org/robodo/robodo-old.git robodo-old cd robodo-old
Add this repository as a remote to an existing local repository:
git remote add robodo-old git://gitorious.org/robodo/robodo-old.git git fetch robodo-old git checkout -b my-local-tracking-branch robodo-old/master_or_other_branch
robodo
QML based robodo code for Symbian (easily ported to KDE)
-
Cloning this repository:
git clone git://gitorious.org/robodo/robodo.git robodo cd robodo
Add this repository as a remote to an existing local repository:
git remote add robodo git://gitorious.org/robodo/robodo.git git fetch robodo git checkout -b my-local-tracking-branch robodo/master_or_other_branch

