Repositories
sheep
Info about follow the sheep project
-
Cloning this repository:
git clone git://git.pantoto.org/follow-the-sheep/sheep.git sheep cd sheep
Add this repository as a remote to an existing local repository:
git remote add sheep git://git.pantoto.org/follow-the-sheep/sheep.git git fetch sheep git checkout -b my-local-tracking-branch sheep/master_or_other_branch
followsheep-mouchak
Designing followsheep website using Mouchak framework
-
Cloning this repository:
git clone git://git.pantoto.org/follow-the-sheep/followsheep-mouchak.git followsheep-mouchak cd followsheep-mouchak
Add this repository as a remote to an existing local repository:
git remote add followsheep-mouchak git://git.pantoto.org/follow-the-sheep/followsheep-mouchak.git git fetch followsheep-mouchak git checkout -b my-local-tracking-branch followsheep-mouchak/master_or_other_branch