My git repository has certain max file size limit. My local repository has some big files. Is it possible to push
only the files that do not exceed the file size limit? And if so, how to do it?
Is it necessary to make a separate commit with smaller files in order to push them or can I just use the commit that includes all the files (big and small)?