Repositories
src
Source code.
-
Cloning this repository:
git clone git://gitorious.org/seldon/src.git src cd src
Add this repository as a remote to an existing local repository:
git remote add src git://gitorious.org/seldon/src.git git fetch src git checkout -b my-local-tracking-branch src/master_or_other_branch
website
Homepage located at http://seldon.sourceforge.net/.
-
Cloning this repository:
git clone git://gitorious.org/seldon/website.git website cd website
Add this repository as a remote to an existing local repository:
git remote add website git://gitorious.org/seldon/website.git git fetch website git checkout -b my-local-tracking-branch website/master_or_other_branch
fragus-src
-
Cloning this repository:
git clone git://gitorious.org/~fragu/seldon/fragus-src.git fragus-src cd fragus-src
Add this repository as a remote to an existing local repository:
git remote add fragus-src git://gitorious.org/~fragu/seldon/fragus-src.git git fetch fragus-src git checkout -b my-local-tracking-branch fragus-src/master_or_other_branch
mallet-seldon-src
-
Cloning this repository:
git clone git://gitorious.org/~mallet/seldon/mallet-seldon-src.git mallet-seldon-src cd mallet-seldon-src
Add this repository as a remote to an existing local repository:
git remote add mallet-seldon-src git://gitorious.org/~mallet/seldon/mallet-seldon-src.git git fetch mallet-seldon-src git checkout -b my-local-tracking-branch mallet-seldon-src/master_or_other_branch
garaud-seldon-src
-
Cloning this repository:
git clone git://gitorious.org/~garaud/seldon/garaud-seldon-src.git garaud-seldon-src cd garaud-seldon-src
Add this repository as a remote to an existing local repository:
git remote add garaud-seldon-src git://gitorious.org/~garaud/seldon/garaud-seldon-src.git git fetch garaud-seldon-src git checkout -b my-local-tracking-branch garaud-seldon-src/master_or_other_branch
wu-seldon-src
-
Cloning this repository:
git clone git://gitorious.org/~lineric/seldon/wu-seldon-src.git wu-seldon-src cd wu-seldon-src
Add this repository as a remote to an existing local repository:
git remote add wu-seldon-src git://gitorious.org/~lineric/seldon/wu-seldon-src.git git fetch wu-seldon-src git checkout -b my-local-tracking-branch wu-seldon-src/master_or_other_branch
charpentier-seldon-src
-
Cloning this repository:
git clone git://gitorious.org/~charpentier/seldon/charpentier-seldon-src.git charpentier-seldon-src cd charpentier-seldon-src
Add this repository as a remote to an existing local repository:
git remote add charpentier-seldon-src git://gitorious.org/~charpentier/seldon/charpentier-seldon-src.git git fetch charpentier-seldon-src git checkout -b my-local-tracking-branch charpentier-seldon-src/master_or_other_branch
marcdurufles-src
-
Cloning this repository:
git clone git://gitorious.org/~marcdurufle/seldon/marcdurufles-src.git marcdurufles-src cd marcdurufles-src
Add this repository as a remote to an existing local repository:
git remote add marcdurufles-src git://gitorious.org/~marcdurufle/seldon/marcdurufles-src.git git fetch marcdurufles-src git checkout -b my-local-tracking-branch marcdurufles-src/master_or_other_branch
seldon
-
Cloning this repository:
git clone git://gitorious.org/~marvin-the-mathematician/seldon/seldon.git seldon cd seldon
Add this repository as a remote to an existing local repository:
git remote add seldon git://gitorious.org/~marvin-the-mathematician/seldon/seldon.git git fetch seldon git checkout -b my-local-tracking-branch seldon/master_or_other_branch

