Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

collaboration-with-git-large-file-storage.md 2.8 KB

You have to be logged in to leave a comment. Sign In
title intro redirect_from versions
Collaboration with Git Large File Storage With {% data variables.large_files.product_name_short %} enabled, you'll be able to fetch, modify, and push large files just as you would expect with any file that Git manages. However, a user that doesn't have {% data variables.large_files.product_name_short %} will experience a different workflow. [/articles/collaboration-with-large-file-storage/ /articles/collaboration-with-git-large-file-storage] [{free-pro-team *} {enterprise-server *} {github-ae *}]

If collaborators on your repository don't have {% data variables.large_files.product_name_short %} installed, they won't have access to the original large file. If they attempt to clone your repository, they will only fetch the pointer files, and won't have access to any of the actual data.

{% tip %}

Tip: To help users without {% data variables.large_files.product_name_short %} enabled, we recommend you set guidelines for repository contributors that describe how to work with large files. For example, you may ask contributors not to modify large files, or to upload changes to a file sharing service like Dropbox or Google Drive. For more information, see "Setting guidelines for repository contributors."

{% endtip %}

Viewing large files in pull requests

{% data variables.product.product_name %} does not render {% data variables.large_files.product_name_short %} objects in pull requests. Only the pointer file is shown:

Sample PR for large files

For more information about pointer files, see "About {% data variables.large_files.product_name_long %}."

To view changes made to large files, check out the pull request locally to review the diff. For more information, see "Checking out pull requests locally."

{% if currentVersion == "free-pro-team@latest" %}

Pushing large files to forks

Pushing large files to forks of a repository count against the parent repository's bandwidth and storage quotas, rather than the quotas of the fork owner.

You can push {% data variables.large_files.product_name_short %} objects to public forks if the repository network already has {% data variables.large_files.product_name_short %} objects or you have write access to the root of the repository network.

{% endif %}

Further reading

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...