Git

From VideoLAN Wiki
Revision as of 20:27, 12 April 2007 by Pdherbemont (talk | contribs) (Git web)
Jump to navigation Jump to search

Getting VLC source code via Git

git clone git://git.videolan.org/vlc.git

You can also browse the source via gitweb.

Prepare a local branch to work on

git branch master

Local commit

Now that you have downloaded the sources you need to create a branch for your own work

git branch master

Documentation about git