Git: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Git]] is a distributed version control and source code management (SCM) system with an emphasis on speed | [[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 | ||
* 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: | ==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
- 2.13.3 [1]
Articles
- Using Git under eComStation by Martin Iturbide (2013-07-26)