Handling large collections of files: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 14: Line 14:


=git=
=git=
When working with Git, over time the number of files in the hidden <tt>.git</tt> repository subdirectory can grow significantly. Using <tt>git repack</tt> will pack many of the files together into a few large database files and greatly speed Git's operations.
When working with Git, over time the number of files in the hidden <code>.git</code> repository subdirectory can grow significantly. Using <code>git repack</code> will pack many of the files together into a few large database files and greatly speed Git's operations.
cc_staff
153

edits