cc_staff
153
edits
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 < | 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. |