Shrink Git Repo Size
Git reduce repo size
git repack -a -d -f --depth=250 --window=250
Links
https://stackoverflow.com/questions/5613345/how-to-shrink-the-git-folder
git repack -a -d -f --depth=250 --window=250
https://stackoverflow.com/questions/5613345/how-to-shrink-the-git-folder