Repositories
msoma
mSoma is a native client for SomaFM internet radio (http://somafm.com ) written in Qt4 and C++. The application will be available for Maemo and MeeGo, with an initial release for Nokia N900.
-
Cloning this repository:
git clone git://gitorious.org/msoma/msoma.git msoma cd msoma
Add this repository as a remote to an existing local repository:
git remote add msoma git://gitorious.org/msoma/msoma.git git fetch msoma git checkout -b my-local-tracking-branch msoma/master_or_other_branch

