Skip to content

Instantly share code, notes, and snippets.

View DES-Destry's full-sized avatar
🙃
Learning

Andrey Kirik DES-Destry

🙃
Learning
View GitHub Profile
@DES-Destry
DES-Destry / git-lfs-fix.sh
Created May 17, 2023 09:26
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