Git LFS

 Git LFS


Git LFS (Large File Storage) is an extension to Git that allows you to store large files, such as media files or data sets, outside of your repository. This can help to keep your repository size small and manageable.


git lfs install

git lfs track "*.mp4"

git add file.mp4

git commit -m "Add video file"

git push origin main

No comments:

Post a Comment

The Importance of Cybersecurity in the Digital Age

 The Importance of Cybersecurity in the Digital Age Introduction: In today's digital age, where technology is deeply intertwined with ev...