Skip to content

Commit

Permalink
Add a line for lfs history
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakulukian committed Dec 18, 2024
1 parent 694d09b commit 3d8f939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/storage-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The effects from the squash operation on your storage quota are not immediate an

### Advanced: Track LFS file references

To find which commits reference a specific LFS file, you can use the git log command:
When you find an LFS file in your repository's "List LFS files" but don't know where it came from, you can trace its history using its SHA-256 OID by using the git log command:

```bash
git log --all -p -S <SHA-256-OID>
Expand Down

0 comments on commit 3d8f939

Please sign in to comment.