Jump to content

Git: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(7 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 [http://en.wikipedia.org/wiki/Git_%28software%29]. It is something similar to [[CVS]] or [[SUBVERSION]] (SVN).
[[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).


==eCS-OS2 Tools==
==Versions==
* GIT.exe port [http://rpm.netlabs.org/release/00/zip/git-1_7_6_1-7_oc00.zip] (can also be installed with "yum install git")
* 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)
 
==Frontends==
*[[SmartGit]] - Java


==Articles==
==Articles==
* [[Using Git under eComStation]] by Martin Iturbide (2013-07-26)
* [[Using Git under eComStation]] by Martin Iturbide (2013-07-26)


[[Category:Tools]]
==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