Repositories
qml-posts
the source code from my posts
-
Cloning this repository:
git clone git://gitorious.org/qml-posts/qml-posts.git qml-posts cd qml-posts
Add this repository as a remote to an existing local repository:
git remote add qml-posts git://gitorious.org/qml-posts/qml-posts.git git fetch qml-posts git checkout -b my-local-tracking-branch qml-posts/master_or_other_branch

