Difference between revisions of "Git"

Jump to navigation Jump to search
153 bytes removed ,  08:46, 4 March 2017
→‎Keeping updated: scummvm-git-logs
m (→‎Committing: add link to Git tips page)
(→‎Keeping updated: scummvm-git-logs)
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
url=https://github.com/scummvm|
url=https://github.com/scummvm|
purpose=Store the project's source code, keeping the development history and allowing collaborative work.|
purpose=Store the project's source code, keeping the development history and allowing collaborative work.|
maintainer=Max Horn ([[User:Fingolfin|Fingolfin]]), Eugene Sandulenko ([[User:Sev|Sev]])
maintainer=Eugene Sandulenko ([[User:Sev|Sev]])
}}
}}


=Retrieving the code=
=Retrieving the code=
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=
* You can [https://github.com/scummvm browse] the Git repositories through HTTP.
* You can [https://github.com/scummvm browse] the Git repositories through HTTP.
* For every push:
* For every push:
** A mail with the commit(s) diff(s) is sent to the [[Mailing lists#scummvm-cvs-logs|scummvm-cvs-logs mailing list]].
** A mail with the commit(s) diff(s) is sent to the [[Mailing lists#scummvm-git-logs|scummvm-git-logs mailing list]].
** The CIA bot notifies the [[IRC Channel]] with the summary of the commit(s).
** The CIA bot notifies the [[IRC Channel]] with the summary of the commit(s).
** The [http://twitter.com/scummvm ScummVM Twitter channel] is notified. (TODO: has to be updated?)
** The [http://twitter.com/scummvm ScummVM Twitter channel] is notified. (TODO: has to be updated?)
Line 21: Line 31:
=Repository Statistics=
=Repository Statistics=
Our commit logs are fed to several freely available statistics tools:
Our commit logs are fed to several freely available statistics tools:
* [https://sourceforge.net/project/stats/detail.php?group_id=37116&ugn=scummvm&type=svn SourceForge Subversion Activity Statistics]
* [https://www.openhub.net/p/113 openhub project analysis] nice graphs and devs activity
* [http://fisheye3.cenqua.com/browse/scummvm/ FishEye SVN statistics]
* [https://github.com/scummvm/scummvm/graphs/contributors GitHub Activity Statistics]
* [http://fisheye1.cenqua.com/browse/scummvm/ FishEye CVS statistics] prior to Feb 6th, 2006
* [http://cia.vc/stats/project/ScummVM CIA SVN statistics], current development
* [http://www.ohloh.net/projects/113 ohloh project analysis] nice graphs and devs activity
* [http://www.koders.com/info.aspx?c=ProjectInfo&pid=GGWGLGR5Z5XF9MGEE816ZHSGTB Koders statistics]

Navigation menu