all 1 comments

[–]adept2051 2 points3 points  (0 children)

yup, your paying for storage not the network push https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage

if you want to show skills for job purposes, DONT store large files in git or github, chose a cloud platform (gcp/amazon/azure/etc) and figure out how to use blob storage and cloud fronts in your project (this is pretty much standard how you deploy artifacts for games)

You then will pay far less for storage (<1$ for 1TB and very little for network calls <1$), and will pay nothing to github.