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 .git repository subdirectory can grow significantly. Using | 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. |