Repositories
book-engine
the core of the book engine
-
Cloning this repository:
git clone git://git.pantoto.org/book-engine/book-engine.git book-engine cd book-engine
Add this repository as a remote to an existing local repository:
git remote add book-engine git://git.pantoto.org/book-engine/book-engine.git git fetch book-engine git checkout -b my-local-tracking-branch book-engine/master_or_other_branch
rangas-book-engine
-
Cloning this repository:
git clone git://git.pantoto.org/~ranga/book-engine/rangas-book-engine.git rangas-book-engine cd rangas-book-engine
Add this repository as a remote to an existing local repository:
git remote add rangas-book-engine git://git.pantoto.org/~ranga/book-engine/rangas-book-engine.git git fetch rangas-book-engine git checkout -b my-local-tracking-branch rangas-book-engine/master_or_other_branch