Skip to content

Commit 3e41819

Browse files
KakulukianPierrci
andauthored
Apply suggestions from code review
Co-authored-by: Pierric Cistac <[email protected]>
1 parent 3d8f939 commit 3e41819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hub/storage-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ There are several ways to manage and free some storage space in your account or
121121
⚠️ **Important**: Deleting LFS files is a destructive operation that cannot be undone. Make sure to backup your files before proceeding.
122122

123123
Key points to remember:
124-
- Deleting only LFS pointers doesn't free space
125-
- Future checkouts of branches/tags containing deleted LFS files with existing lfs pointers will fail (to avoid errors, add the following line to your `.gitconfig` file: `lfs.skipdownloaderrors=true`)
124+
- Deleting only LFS pointers doesn't free up space
125+
- If you do not rewrite the Git history, future checkouts of branches/tags containing deleted LFS files with existing lfs pointers will fail (to avoid errors, add the following line to your `.gitconfig` file: `lfs.skipdownloaderrors=true`)
126126

127127

128128
### Deleting individual LFS files
@@ -134,7 +134,7 @@ Key points to remember:
134134

135135
### Super-squash your repository using the API
136136

137-
The super-squash operation allows you to compress your entire Git history into a single commit, consider using super-squash when you need to reclaim storage from old LFS versions you're not using. This operation is only available through the [Hub Python Library](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/hf_api#huggingface_hub.HfApi.super_squash_history) or the API.
137+
The super-squash operation compresses your entire Git history into a single commit. Consider using super-squash when you need to reclaim storage from old LFS versions you're not using. This operation is only available through the [Hub Python Library](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/hf_api#huggingface_hub.HfApi.super_squash_history) or the API.
138138

139139
⚠️ **Important**: This is a destructive operation that cannot be undone, commit history will be permanently lost and **LFS file history will be removed**
140140

0 commit comments

Comments
 (0)