How to Analyze slow performing Git Repos
Sometimes you experience that a push to or clone from the git origin will take very long. The main reason can occur when your report will grow within the years and you use git for things that are not designed for.
Git itself store the commit history in a highly compressed internal format, basically, you can measure the .git
directory size. It will help to measure the size of this directory…