mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-26 07:03:08 +01:00
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 #379