Repositories
jsphlog
minimal photoblog written in javascript using couchdb and external photo hosters
-
Cloning this repository:
git clone git://gitorious.org/jsphlog/jsphlog.git jsphlog cd jsphlog
Add this repository as a remote to an existing local repository:
git remote add jsphlog git://gitorious.org/jsphlog/jsphlog.git git fetch jsphlog git checkout -b my-local-tracking-branch jsphlog/master_or_other_branch

