- Open Git Bash and
cdto where you want to clone your repository - Run the command
git clone "repository url here" cdinto the repository and located where you want to upload the file.- Run
git lfs install - Once you are in that directory from the terminal, run the command
git lfs track "*.mp4"(Replace *.mp4 with any other files you need) - Then run
git add .gitattributes - Then run
git add teamintro.mp4(Replace teamintro.mp4 with any other file you need) - Then run
git commit -m "Add comments here" - The run
git push origin main - Check your GitHub Repo to see if you pushed the file.
Hope this works for you!