Repositories
xbmc-antiquated
An old clone of the now obsolete XBMC SVN repository. The new XBMC mainline source code is located at https://github.com/xbmc/xbmc.
-
Cloning this repository:
git clone git://gitorious.org/xbmc/xbmc-antiquated.git xbmc-antiquated cd xbmc-antiquated
Add this repository as a remote to an existing local repository:
git remote add xbmc-antiquated git://gitorious.org/xbmc/xbmc-antiquated.git git fetch xbmc-antiquated git checkout -b my-local-tracking-branch xbmc-antiquated/master_or_other_branch
kelvies-xbmc
-
Cloning this repository:
git clone git://gitorious.org/~kelvie/xbmc/kelvies-xbmc.git kelvies-xbmc cd kelvies-xbmc
Add this repository as a remote to an existing local repository:
git remote add kelvies-xbmc git://gitorious.org/~kelvie/xbmc/kelvies-xbmc.git git fetch kelvies-xbmc git checkout -b my-local-tracking-branch kelvies-xbmc/master_or_other_branch
marcelowas-xbmc
-
Cloning this repository:
git clone git://gitorious.org/~marcelowa/xbmc/marcelowas-xbmc.git marcelowas-xbmc cd marcelowas-xbmc
Add this repository as a remote to an existing local repository:
git remote add marcelowas-xbmc git://gitorious.org/~marcelowa/xbmc/marcelowas-xbmc.git git fetch marcelowas-xbmc git checkout -b my-local-tracking-branch marcelowas-xbmc/master_or_other_branch
jj72orguks-xbmc
-
Cloning this repository:
git clone git://gitorious.org/~jj72orguk/xbmc/jj72orguks-xbmc.git jj72orguks-xbmc cd jj72orguks-xbmc
Add this repository as a remote to an existing local repository:
git remote add jj72orguks-xbmc git://gitorious.org/~jj72orguk/xbmc/jj72orguks-xbmc.git git fetch jj72orguks-xbmc git checkout -b my-local-tracking-branch jj72orguks-xbmc/master_or_other_branch
ogeems-xbmc
-
Cloning this repository:
git clone git://gitorious.org/~ogeem/xbmc/ogeems-xbmc.git ogeems-xbmc cd ogeems-xbmc
Add this repository as a remote to an existing local repository:
git remote add ogeems-xbmc git://gitorious.org/~ogeem/xbmc/ogeems-xbmc.git git fetch ogeems-xbmc git checkout -b my-local-tracking-branch ogeems-xbmc/master_or_other_branch
shkims-xbmc
-
Cloning this repository:
git clone git://gitorious.org/~shkim/xbmc/shkims-xbmc.git shkims-xbmc cd shkims-xbmc
Add this repository as a remote to an existing local repository:
git remote add shkims-xbmc git://gitorious.org/~shkim/xbmc/shkims-xbmc.git git fetch shkims-xbmc git checkout -b my-local-tracking-branch shkims-xbmc/master_or_other_branch
paulepanters-xbmc
-
Cloning this repository:
git clone git://gitorious.org/~paulepanter/xbmc/paulepanters-xbmc.git paulepanters-xbmc cd paulepanters-xbmc
Add this repository as a remote to an existing local repository:
git remote add paulepanters-xbmc git://gitorious.org/~paulepanter/xbmc/paulepanters-xbmc.git git fetch paulepanters-xbmc git checkout -b my-local-tracking-branch paulepanters-xbmc/master_or_other_branch
xbmc
Clone of the xbmc repository at github
-
Cloning this repository:
git clone git://gitorious.org/xbmc/xbmc.git xbmc cd xbmc
Add this repository as a remote to an existing local repository:
git remote add xbmc git://gitorious.org/xbmc/xbmc.git git fetch xbmc git checkout -b my-local-tracking-branch xbmc/master_or_other_branch

