I have mp4, ogg, and webm files in my project, and when I try to push it, it tells me that the files are too large to be pushed.
What would be the best approach to pushing these files along with my project at once?
Thank you
I have mp4, ogg, and webm files in my project, and when I try to push it, it tells me that the files are too large to be pushed.
What would be the best approach to pushing these files along with my project at once?
Thank you
You should take a look at git Large File Storage. GitHub already supports it.