Repositories
tema
-
Cloning this repository:
git clone git://gitorious.org/sfa/tema.git tema cd tema
Add this repository as a remote to an existing local repository:
git remote add tema git://gitorious.org/sfa/tema.git git fetch tema git checkout -b my-local-tracking-branch tema/master_or_other_branch
postrank
This repository contains a WordPress plugin for fetching RSS and adding popularity information from the PostRank service. The plugin also allow users to vote on each item.
-
Cloning this repository:
git clone git://gitorious.org/sfa/postrank.git postrank cd postrank
Add this repository as a remote to an existing local repository:
git remote add postrank git://gitorious.org/sfa/postrank.git git fetch postrank git checkout -b my-local-tracking-branch postrank/master_or_other_branch
postrank-gui
-
Cloning this repository:
git clone git://gitorious.org/sfa/postrank-gui.git postrank-gui cd postrank-gui
Add this repository as a remote to an existing local repository:
git remote add postrank-gui git://gitorious.org/sfa/postrank-gui.git git fetch postrank-gui git checkout -b my-local-tracking-branch postrank-gui/master_or_other_branch

