Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should use Git LFS for managing large media #20

Open
jlian opened this issue Mar 5, 2019 · 0 comments
Open

Should use Git LFS for managing large media #20

jlian opened this issue Mar 5, 2019 · 0 comments

Comments

@jlian
Copy link
Owner

jlian commented Mar 5, 2019

Storing your site content in a Git repository is great until you start adding large files that aren’t made up of text — files like images, videos, audio, and PDFs. Git’s system of tracking diffs doesn’t work with these files, so it saves full copies of every version in your Git repository.

Netlify Large Media uses Git LFS to combine the benefits of Git version tracking without bloating your repository. Your designated Large Media files are uploaded directly to our media servers while Git tracks their versions with text pointer files in the repository.

https://www.netlify.com/docs/large-media/?_ga=2.263076236.1498285478.1551821946-395528099.1551821946

@jlian jlian added the IotHub label Dec 16, 2019
@jlian jlian removed the IoTHub label Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant