Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git fetch is required even when using lfs #338

Merged

Conversation

uportalis
Copy link
Contributor

@uportalis uportalis commented Sep 10, 2024

Command git fetch is required before git lfs fetch. Otherwise the latest commits are not fetched and only the LFS objects of the known commits are downloaded.
Basically, without this fix, when lfs option is enabled, the backups of the repositories are never updated and they only contain the commits present when the backup was performed the first time (i.e. at clone time).

@uportalis uportalis marked this pull request as ready for review September 10, 2024 10:32
@josegonzalez josegonzalez merged commit 5034443 into josegonzalez:master Sep 11, 2024
1 check passed
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.

2 participants