Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/enki/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/enki/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
enki-website
-
Cloning this repository:
git clone git://gitorious.org/~xavier/enki/enki-website.git enki-website cd enki-website
Add this repository as a remote to an existing local repository:
git remote add enki-website git://gitorious.org/~xavier/enki/enki-website.git git fetch enki-website git checkout -b my-local-tracking-branch enki-website/master_or_other_branch
rhnh
-
Cloning this repository:
git clone git://gitorious.org/~xavier/enki/rhnh.git rhnh cd rhnh
Add this repository as a remote to an existing local repository:
git remote add rhnh git://gitorious.org/~xavier/enki/rhnh.git git fetch rhnh git checkout -b my-local-tracking-branch rhnh/master_or_other_branch
multiple-authors
-
Cloning this repository:
git clone git://gitorious.org/~toolmantim/enki/multiple-authors.git multiple-authors cd multiple-authors
Add this repository as a remote to an existing local repository:
git remote add multiple-authors git://gitorious.org/~toolmantim/enki/multiple-authors.git git fetch multiple-authors git checkout -b my-local-tracking-branch multiple-authors/master_or_other_branch
addyrookies-mainline
-
Cloning this repository:
git clone git://gitorious.org/~addyrookie/enki/addyrookies-mainline.git addyrookies-mainline cd addyrookies-mainline
Add this repository as a remote to an existing local repository:
git remote add addyrookies-mainline git://gitorious.org/~addyrookie/enki/addyrookies-mainline.git git fetch addyrookies-mainline git checkout -b my-local-tracking-branch addyrookies-mainline/master_or_other_branch

