I have a big, awful bunch of code, and I'm setting it up for version control.
I need a command that I can run on Linux to give me the total size of files to be committed and pushed if I run git add -A && git commit -am 'initial commit'
A general size is required, and folders may also be convenient.
Then I will use this to create my ignores, to get the repo to a realistic size, before I raise it.
git linux bash
edmondscommerce
source share