Git usage: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Ceros
(Initial page)
 
>Ceros
(start writing the instructions)
Line 1: Line 1:
There's now a git repository available for XBMC. This page is intended as an instructional page showing how to clone the XBMC git repository, and than start fetch newer revisions through XBMC's svn repository.
There's now a git repository available for XBMC. This page is intended as an instructional page showing how to clone the XBMC git repository, and then start fetching newer revisions through XBMC's svn repository.
 
First thing, clone the repo.
<source lang="bash">
$ git clone git://xbmc.git.sourceforge.net/gitroot/xbmc/xbmc
</source>

Revision as of 04:46, 3 October 2009

There's now a git repository available for XBMC. This page is intended as an instructional page showing how to clone the XBMC git repository, and then start fetching newer revisions through XBMC's svn repository.

First thing, clone the repo.

$ git clone git://xbmc.git.sourceforge.net/gitroot/xbmc/xbmc