Skip to content

Instantly share code, notes, and snippets.

@DES-Destry
Created May 17, 2023 09:26
Show Gist options
  • Save DES-Destry/f03667dc0fedf35ebb3a096d757ed021 to your computer and use it in GitHub Desktop.
Save DES-Destry/f03667dc0fedf35ebb3a096d757ed021 to your computer and use it in GitHub Desktop.
If not modified files marked as modified and forbid you to checkout to another branch, these commands can be used
#!/bin/bash -e
git lfs uninstall
git reset --hard
git lfs install
git lfs pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment