Jump to content

Git: Difference between revisions

From HW wiki
No edit summary
No edit summary
Line 4: Line 4:
* In Debian (Ubuntu):<pre>apt-get install git-core</pre>
* In Debian (Ubuntu):<pre>apt-get install git-core</pre>
* [http://code.google.com/p/msysgit/ Git for Windows]
* [http://code.google.com/p/msysgit/ Git for Windows]
=== Correct Git version ===
For submodule support (used by sysless framework) you need at least version 1.5.3. Check your version by
git --version
Links for newer version for various distributions:
* Ubuntu: https://edge.launchpad.net/~smartlounge/+archive

Revision as of 10:10, 27 March 2008

Git homepage

Download Git

Correct Git version

For submodule support (used by sysless framework) you need at least version 1.5.3. Check your version by

git --version

Links for newer version for various distributions: