Jump to content

Git: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
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")
;OS/2
* 2.13.3 [http://hobbes.nmsu.edu/download/pub/os2/dev/util/git-2.13.3.zip]


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


[[Category:Tools]]
==Links==
* https://git-scm.com
 
[[Category:Software Configuration Management]]

Revision as of 19:11, 11 August 2017

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

OS/2

Articles

Links