Because it is unlikely that the source code for a project will reach 8GB, it may be in intermediate format such as object files such as *.obj
, final product such as *.EXE
*.DLL, or it may not be appropriate to manage as source code.
If you really have 8GB of source code, split your project.Perhaps that size is beyond human control.
git
is almost meaningless to register intermediate and final products in the source code management tool.Write .gitignore
in proper classification and exclude "no administration required."
It would be simpler and better to keep the binary file intact (outside /git on web storage) that doesn't make sense to make a difference.That's faster.
git
If you consume so much capacity, your colleagues may not be able to use it because it's too late.
Therefore, it is inevitable that there are hardware and software constraints on modern computers, so please reconsider the operation a little more.I don't usually operate it like that.
© 2024 OneMinuteCode. All rights reserved.