Quantcast
Channel: How can I find/identify large commits in Git history? - Stack Overflow
Viewing all articles
Browse latest Browse all 29

Answer by Karl Henselin for How can I find/identify large commits in Git history?

$
0
0

I was trying to find the biggest files in the repo using Windows, and none of the powershell answers worked for me, but I found that git now has this:

git lfs migrate info --above=10MB

this way git just told me what files would be large and potentially be missed by my lfs conversion, which is what was driving my search for large files. I was trying to force push the repo up after conversion, and getting an error that a file was too big.

It lists the extensions and what the impact will be.Note that this doesn't actually answer the question posed, but it might solve the problem that brought you to this question.


Viewing all articles
Browse latest Browse all 29

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>