Difference between revisions of "Git"

From ScummVM :: Wiki
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.

Latest revision as of 20:55, 6 April 2022

Git Project Service
URL(s) https://github.com/scummvm
Purpose Store the project's source code, keeping the development history and allowing collaborative work.
Maintainer(s) Eugene Sandulenko (Sev)

Retrieving the code

The main repository is located at

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

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

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

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

Keeping updated

Committing

  • Before you write/submit code, you must read about our Code Formatting Conventions. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
  • If you have write access to our repository, you are expected to have read and to comply to the Commit Guidelines.
  • You may also find the Git tips page useful.

Repository Statistics

Our commit logs are fed to several freely available statistics tools: