Every so-often I backup parts of my harddrive. I don't want to discuss my reasons for doing it this way. What I do want to discuss is that the backup is especially slow when copying the .git
directories. Even simple project have ~5000 files in this .git
directory! And I'm running multiple of these projects. Together they will only be ~60 mb or so. The git directory has more files then my projects do! This is very inefficient for copying. This is very inefficient for copying: I think ~90% of the time is lost with all these .git
directories.
Is there a way to set git to efficiently integrate everything in one big file or so? Or maybe 10 to 50. But not 5000.