Open main menu

Difference between revisions of "Git"

230 bytes added ,  09:58, 9 June 2012
Line 7: Line 7:
=Retrieving the code=
=Retrieving the code=


git clone git://github.com/scummvm/scummvm.git
The main repository is located at
 
  git://github.com/scummvm/scummvm.git
 
If you are using command line git, the command to get the repository is:
 
  git clone git://github.com/scummvm/scummvm.git
 
Refer to github help documentation on where to obtain git client for your OS.


=Keeping updated=
=Keeping updated=