Repositories
imagezero
ImageZero source code
-
Cloning this repository:
git clone git://gitorious.org/imagezero/imagezero.git imagezero cd imagezero
Add this repository as a remote to an existing local repository:
git remote add imagezero git://gitorious.org/imagezero/imagezero.git git fetch imagezero git checkout -b my-local-tracking-branch imagezero/master_or_other_branch
xyprotos-imagezero
-
Cloning this repository:
git clone git://gitorious.org/~xyproto/imagezero/xyprotos-imagezero.git xyprotos-imagezero cd xyprotos-imagezero
Add this repository as a remote to an existing local repository:
git remote add xyprotos-imagezero git://gitorious.org/~xyproto/imagezero/xyprotos-imagezero.git git fetch xyprotos-imagezero git checkout -b my-local-tracking-branch xyprotos-imagezero/master_or_other_branch
tony2001-imagezero
-
Cloning this repository:
git clone git://gitorious.org/~tony2001/imagezero/tony2001-imagezero.git tony2001-imagezero cd tony2001-imagezero
Add this repository as a remote to an existing local repository:
git remote add tony2001-imagezero git://gitorious.org/~tony2001/imagezero/tony2001-imagezero.git git fetch tony2001-imagezero git checkout -b my-local-tracking-branch tony2001-imagezero/master_or_other_branch

