I have a big horrible pile of code and I am setting it up in version control.
(我有一堆可怕的代码,并且正在版本控制中进行设置。)
I would like a command I can run on Linux to give me the total size of the files that would be committed and pushed if I ran git add -A && git commit -am 'initial commit'
(我想要一个可以在Linux上运行的命令,以提供如果我运行git add -A && git commit -am 'initial commit'
将会提交并推送的文件的总大小)
The total size is needed, also a break down by folder would be handy.
(需要总大小,按文件夹进行分类也很方便。)
I will then use this to build up my ignores so that I can get the repo to a realistic size before I push it up
(然后,我将使用它来构建我的忽略项,以便在回购之前将回购交易回购到现实的规模)
ask by edmondscommerce translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…