mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-04-27 02:55:36 +02: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