Skip to content

Conversation

@Iamrodos
Copy link
Contributor

The git lfs clone command is deprecated. Modern git clone handles LFS automatically.

This change replaces git lfs clone with git clone followed by git lfs fetch --all, which ensures all LFS objects across all refs are backed up. This matches the existing bare clone behavior and provides complete LFS backups.

Closes #379

…--all

git lfs clone is deprecated - modern git clone handles LFS automatically.
Using git lfs fetch --all ensures all LFS objects across all refs are
backed up, matching the existing bare clone behavior and providing
complete LFS backups.

Closes josegonzalez#379
@josegonzalez josegonzalez merged commit 8fcc142 into josegonzalez:master Dec 11, 2025
10 checks passed
@Iamrodos Iamrodos deleted the fix/379-lfs-clone-deprecated branch December 17, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

git LFS command update?

2 participants