In our company, we have some binary files (don't ask why) which are changed quite often and pushed to git.
The whole .git
repo weighs about 900Gb from which 90% belong to those files. Is there a way to truncate the git history only for certain files so that the actual .git
repo becomes smaller?
I found how to do for a specific branch, but not for a specific file.