/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

  1. <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
  2. <h1>Ecosystem</h1>
  3. <h2>Git-converted Projects</h2>
  4. <ul>
  5. <li><a href="http://git.apache.org/">Apache (select project only, read-only mode)</a></li>
  6. <li>1.3 million projects at <a href="http://github.com">GitHub</a></li>
  7. <li>Android</li>
  8. <li>Perl</li>
  9. <li>Grails</li>
  10. <li>Hibernate</li>
  11. </ul>
  12. <h1>Scalability</h1>
  13. <ul>
  14. <li>Linux kernel averaging 2-4 changes per hour continuously for the last 4 years</li>
  15. <li>Have used with repos up to 2.4 GB in size, but that's on the large size</li>
  16. <li><code>git gc</code> on an 8GB project is quite slow</li>
  17. <li>Modularization of your project is key (submodules)</li>
  18. <li>A multi-GB file can cause Git to run out of memory while commiting it.</li>
  19. </ul>