I have an enormously large folder. In this folder are a lot of videos and small files scattered around. I value the small files, not the videos.
I want to back up all the small files onto Github. If I directly try to upload the folder onto Github, I will get multiple large fille (>100 MB files) errors. The videos and small files are scattered around everywhere, making it difficult to remove videos one by one.
I know how to remove a single giant file from Github: Git error, need to remove large file
However, is there an easy way to do this for all the large files in my folder, such that I can push everything else onto Github with ease?
Note: I don't want to use cloud storage, because all I want to store are my small files.