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