Jump to content

Git: Difference between revisions

From EDM2
Created page with " Link: http://rpm.netlabs.org/release/00/zip/git-1_7_6_1-7_oc00.zip Category:Tools"
 
Ak120 (talk | contribs)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Git]] is a distributed version control and source code management (SCM) system with an emphasis on speed. It is something similar to [[CVS]] or [[SUBVERSION]] (SVN).


Link: http://rpm.netlabs.org/release/00/zip/git-1_7_6_1-7_oc00.zip
==Versions==
* 2.11.0
* 2.13.3
* 2.22.0 (2019)
* 2.30.0 - [https://github.com/komh/git-os2/releases/download/2.30.0-os2-r1/git-2.30.0.zip git-2.30.0.zip]
* 2.37.0 (2022-06-27)


[[Category:Tools]]
==Frontends==
*[[SmartGit]] - Java
 
==Articles==
* [[Using Git under eComStation]] by Martin Iturbide (2013-07-26)
 
==Publications==
* Jon Loeliger; Matthew McCullough: ''Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development'' - O'Reilly 2012, ISBN 1449316387
 
==Links==
* https://git-scm.com
 
[[Category:Software Configuration Management]]

Latest revision as of 18:19, 3 July 2022

Git is a distributed version control and source code management (SCM) system with an emphasis on speed. It is something similar to CVS or SUBVERSION (SVN).

Versions

  • 2.11.0
  • 2.13.3
  • 2.22.0 (2019)
  • 2.30.0 - git-2.30.0.zip
  • 2.37.0 (2022-06-27)

Frontends

Articles

Publications

  • Jon Loeliger; Matthew McCullough: Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development - O'Reilly 2012, ISBN 1449316387

Links