Skip to content

Instantly share code, notes, and snippets.

@skounis
Created April 2, 2021 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skounis/da877613ab039fb964c6c0c60d3b482e to your computer and use it in GitHub Desktop.
Save skounis/da877613ab039fb964c6c0c60d3b482e to your computer and use it in GitHub Desktop.
Git Untrack LFS files
git lfs untrack '<file-type>'
git rm --cached '<file-type>'
git add '<file-type>'
git commit -m "restore '<file-type>' to git from lfs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment