Repositories
mouchak
Mouchak
Mouchak is a Javascript client side framework for building websites quickly.
-
Cloning this repository:
git clone git://git.pantoto.org/mouchak/mouchak.git mouchak cd mouchak
Add this repository as a remote to an existing local repository:
git remote add mouchak git://git.pantoto.org/mouchak/mouchak.git git fetch mouchak git checkout -b my-local-tracking-branch mouchak/master_or_other_branch