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

