I am currently using git for a large repository (around 12 GB, each branch having a size of 3 GB). This repository contains lots of binary files (audio and images).
Follow these steps.
1.install git lfs in your local machine by typing in the following code.
git lfs install
2.Now add the file type you want lfs to manage for you.
git lfs track "*.mp4"