You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/storage-limits.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,24 +122,15 @@ There are several ways to manage and free some storage space in your account or
122
122
123
123
Key points to understand:
124
124
- Deleting only LFS pointers don't free space
125
-
- Future checkouts of branches/tags containing deleted LFS files will fail (to avoid errors, add the following line to your `.gitconfig` file: `lfs.skipdownloaderrors=true`)
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`)
126
+
126
127
127
128
To delete individual LFS files:
128
129
129
130
1. Navigate to your repository's Settings page
130
131
2. Click on "List LFS files"
131
132
3. Use the actions menu to delete specific files
132
133
133
-
### Delete entire repositories
134
-
135
-
To completely remove a repository and its LFS files:
136
-
137
-
1. Ensure you have a full backup of your repository including all LFS files
138
-
2. Navigate to repository settings
139
-
3. Use the delete repository option
140
-
4. Confirm the deletion
141
-
142
-
💡 You can view LFS storage usage per repository in your repository settings
0 commit comments