Repositories
blogger
Mouchak configured as a blogging platform, hosted at http://blog.a11y.in
-
Cloning this repository:
git clone git://git.pantoto.org/blogger/blogger.git blogger cd blogger
Add this repository as a remote to an existing local repository:
git remote add blogger git://git.pantoto.org/blogger/blogger.git git fetch blogger git checkout -b my-local-tracking-branch blogger/master_or_other_branch