Difference between revisions of "Git"

Jump to navigation Jump to search
(→‎Keeping updated: scummvm-git-logs)
(Fixing the repo URL)
 
Line 9: Line 9:
The main repository is located at
The main repository is located at


   git://github.com/scummvm/scummvm.git
   https://github.com/scummvm/scummvm.git


If you are using command line git, the command to get the repository is:
If you are using command line git, the command to get the repository is:


   git clone git://github.com/scummvm/scummvm.git
   git clone https://github.com/scummvm/scummvm.git


Refer to github help documentation on where to obtain git client for your OS.
Refer to github help documentation on where to obtain git client for your OS.