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
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -138,10 +138,6 @@ To remove objects from LFS:
@@ -138,10 +138,6 @@ To remove objects from LFS:
1. Use [`git filter-repo`](../../../user/project/repository/reducing_the_repo_size_using_git.md) to remove the objects from the repository.
1. Use [`git filter-repo`](../../../user/project/repository/reducing_the_repo_size_using_git.md) to remove the objects from the repository.
1. Delete the relevant LFS lines for the objects you have removed from your `.gitattributes` file and commit those changes.
1. Delete the relevant LFS lines for the objects you have removed from your `.gitattributes` file and commit those changes.
## Use File Locking to minimize conflicts
Learn how you can use Git LFS to set up [Exclusive file locks](../../../user/project/file_lock.md#exclusive-file-locks).
## LFS objects in project archives
## LFS objects in project archives
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15079) support for including Git LFS blobs inside [project source downloads](../../../user/project/repository/index.md) in GitLab 13.5 [with a flag](../../../administration/feature_flags.md) named `include_lfs_blobs_in_archive`. Disabled by default.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/15079) support for including Git LFS blobs inside [project source downloads](../../../user/project/repository/index.md) in GitLab 13.5 [with a flag](../../../administration/feature_flags.md) named `include_lfs_blobs_in_archive`. Disabled by default.
@@ -165,7+161,7 @@
@@ -165,7+161,7 @@
## Related topics
## Related topics
- Use Git LFS to set up [exclusive file locks](../../../user/project/file_lock.md#exclusive-file-locks).
- Use Git LFS to set up [exclusive file locks](../../../user/project/file_lock.md#exclusive-file-locks).
- 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
Loading