Repositories
mmmblog
-
Cloning this repository:
git clone git://gitorious.org/mmmblog/mmmblog.git mmmblog cd mmmblog
Add this repository as a remote to an existing local repository:
git remote add mmmblog git://gitorious.org/mmmblog/mmmblog.git git fetch mmmblog git checkout -b my-local-tracking-branch mmmblog/master_or_other_branch
hbdev012s-mmmblog
-
Cloning this repository:
git clone git://gitorious.org/~hbdev012/mmmblog/hbdev012s-mmmblog.git hbdev012s-mmmblog cd hbdev012s-mmmblog
Add this repository as a remote to an existing local repository:
git remote add hbdev012s-mmmblog git://gitorious.org/~hbdev012/mmmblog/hbdev012s-mmmblog.git git fetch hbdev012s-mmmblog git checkout -b my-local-tracking-branch hbdev012s-mmmblog/master_or_other_branch

