/workbook/markdown/23-Ecosystem.md

http://github.com/matthewmccullough/git-workshop · Markdown · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 0daf3b41a3ef5e74f0ed2d1f296d590a MD5 · raw file

  1. # Ecosystem
  2. ## Git-converted Projects
  3. * [Apache (select project only, read-only mode)](http://git.apache.org/)
  4. * 1.3 million projects at [GitHub](http://github.com)
  5. * Android
  6. * Perl
  7. * Grails
  8. * Hibernate
  9. # Scalability
  10. * Linux kernel averaging 2-4 changes per hour continuously for the last 4 years
  11. * Have used with repos up to 2.4 GB in size, but that's on the large size
  12. * `git gc` on an 8GB project is quite slow
  13. * Modularization of your project is key (submodules)
  14. * A multi-GB file can cause Git to run out of memory while commiting it.