Skip to content

Commit da5cdd5

Browse files
committed
-
1 parent b86cf22 commit da5cdd5

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

docs/hub/storage-limits.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,24 +122,15 @@ There are several ways to manage and free some storage space in your account or
122122

123123
Key points to understand:
124124
- 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+
126127

127128
To delete individual LFS files:
128129

129130
1. Navigate to your repository's Settings page
130131
2. Click on "List LFS files"
131132
3. Use the actions menu to delete specific files
132133

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
143134

144135
### Track LFS file references
145136

@@ -152,7 +143,7 @@ git log --all -p -S <SHA-256-OID>
152143
For example:
153144

154145
```bash
155-
$ git log --all -p -S 68d45e234eb4a928074dfd868cead0219ab85354cc53d20e772753c6bb9169d3
146+
git log --all -p -S 68d45e234eb4a928074dfd868cead0219ab85354cc53d20e772753c6bb9169d3
156147

157148
commit 5af368743e3f1d81c2a846f7c8d4a028ad9fb021
158149
Date: Sun Apr 28 02:01:18 2024 +0200

0 commit comments

Comments
 (0)