Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save santiblanko/b30604c5c252e04b657214580fa4c112 to your computer and use it in GitHub Desktop.
Save santiblanko/b30604c5c252e04b657214580fa4c112 to your computer and use it in GitHub Desktop.
git lfs fetch --all
@santiblanko
Copy link
Author

As Taylor mentioned, you can use git lfs install --system --skip-repo to make sure Git LFS is installed. If you have your Git LFS data pushed to the origin remote, it should be possible to do a git lfs fetch origin && git lfs checkout and your data should be recoverable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment