Skip to content
Snippets Groups Projects

Proposed change to Git LFS page

Merged Mike Jang requested to merge mjang-test-group/gitlab:mjang-proposed-lfs-doc-change into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ description: "Use Git LFS to manage binary assets, like images and video, withou
@@ -9,7 +9,7 @@ description: "Use Git LFS to manage binary assets, like images and video, withou
Git Large File Storage (LFS) can manage large binary files efficiently in Git repositories.
Git Large File Storage (LFS) can manage large binary files efficiently in Git repositories.
It addresses challenges, such as repository performance and capacity limits.
It addresses challenges, such as repository performance and capacity limits.
For best performance, keep your Git LFS repositories as small as possible.
For best performance, keep your repositories as small as possible.
Git LFS creates pointers to the actual file, stored elsewhere.
Git LFS creates pointers to the actual file, stored elsewhere.
For GitLab.com repository size limits, see [account and limit settings](../../../administration/settings/account_and_limit_settings.md).
For GitLab.com repository size limits, see [account and limit settings](../../../administration/settings/account_and_limit_settings.md).
@@ -165,4+165,4 @@
@@ -165,4+165,4 @@
- Blog post: [Getting started with Git LFS](https://about.gitlab.com/blog/2017/01/30/getting-started-with-git-lfs-tutorial/)
- Blog post: [Getting started with Git LFS](https://about.gitlab.com/blog/2017/01/30/getting-started-with-git-lfs-tutorial/)
- [Git LFS developer information](../../../development/lfs.md)
- [Git LFS developer information](../../../development/lfs.md)
- [GitLab Git Large File Storage (LFS) Administration](../../../administration/lfs/index.md) for self-managed instances
- [GitLab Git Large File Storage (LFS) Administration](../../../administration/lfs/index.md) for self-managed instances
- [Troubleshooting Git LFS](troubleshooting.md)
- [Troubleshooting Git LFS](troubleshooting.md)
Loading