I think I have answered my own question: for f in `git status --porcelain | sed 's#^... ##'`; do du -cs $f | head -n 1; done | sort -nr; echo "TOTAL:"; ...
Many properties aside from overall size can make a Git repository unwieldy.
you may have to track it down (on Ubuntu I found it in /usr/lib/git-core/, for instance).
If you get stuck, run git sparse-checkout disable to return to a full working
Show other (i.e. untracked) files in the output. -i; --ignored. Show only ignored files in the output. When showing files in the index, print only those matched by an ...
Recommendations on how to manage large binary files in Git, Visual Studio, and ... Storing the full file versions of these files causes repo size to
Git is a distributed version control system, meaning the entire history of the
In addition, we impose limits on the total size of repositories and pushes.
Nothing special happening in the files listed around the first XXXX total . I also tried piping into a file like @funilrys did it, but the output was the same ...
new files that have been added to the staging area have an A , modified files have