Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bort-777/9ee6c79670583dc766156aaebd7cb40e to your computer and use it in GitHub Desktop.
Save Bort-777/9ee6c79670583dc766156aaebd7cb40e to your computer and use it in GitHub Desktop.
git reindex all files
git rm -r --cached .
git add .
git commit -m "Re index done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment