I have a bunch of fit.objects which produce *.rds files larger than 100MB. GitHub comes with a file size limitation of 100MB and the solution of git lfs doesn't fit me since I don't want to pay for their services.
Background & possible solutions This question is a result of another question. A solution for data.frames is proposed but not all fit.objects can be easily transformed into data.frame objects. See enter link description here
Question : What is the best solution to commit large *.rds
files via GitHub without using git lfs?