Git

From VideoLAN Wiki
Revision as of 18:44, 12 April 2007 by Pdherbemont (talk | contribs) (Initial version.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting VLC source code via Git

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

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