/workbook/htmls/23-Ecosystem.html
http://github.com/matthewmccullough/git-workshop · HTML · 24 lines · 19 code · 5 blank · 0 comment · 0 complexity · 5318d970173f39b007db978edc8ee088 MD5 · raw file
- <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
- <h1>Ecosystem</h1>
- <h2>Git-converted Projects</h2>
- <ul>
- <li><a href="http://git.apache.org/">Apache (select project only, read-only mode)</a></li>
- <li>1.3 million projects at <a href="http://github.com">GitHub</a></li>
- <li>Android</li>
- <li>Perl</li>
- <li>Grails</li>
- <li>Hibernate</li>
- </ul>
- <h1>Scalability</h1>
- <ul>
- <li>Linux kernel averaging 2-4 changes per hour continuously for the last 4 years</li>
- <li>Have used with repos up to 2.4 GB in size, but that's on the large size</li>
- <li><code>git gc</code> on an 8GB project is quite slow</li>
- <li>Modularization of your project is key (submodules)</li>
- <li>A multi-GB file can cause Git to run out of memory while commiting it.</li>
- </ul>