Difference between revisions of "Git"
Jump to navigation
Jump to search
Pdherbemont (talk | contribs) (Initial version.) |
Pdherbemont (talk | contribs) (Git web) |
||
Line 1: | Line 1: | ||
== Getting VLC source code via Git == | == Getting VLC source code via Git == | ||
git clone git://git.videolan.org/vlc.git | git clone git://git.videolan.org/vlc.git | ||
+ | You can also browse the source via [http://git.videolan.org/cgi-bin/gitweb.cgi gitweb]. | ||
== Prepare a local branch to work on == | == Prepare a local branch to work on == |
Revision as of 20:27, 12 April 2007
Contents
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