On Tue, 21 Jul 2015 13:22:56 -0500 John McKown <[email protected]> wrote:
> I use git at home. I have my normal working directories. I keep the > associated bare repository on a NAS box (accessed with NFS, if that > matters). I am wondering if it is a good idea to periodically, say > monthly, go a git gc --aggressive on the bare repositories which I > update almost daily. It won't harm but I'm not sure why spend electrons doing --aggressive when you can just do --auto in a daily/weekly cron job and let Git itself decide whether it wants to get real with your repository and actually repack something there. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
