Skip to content

Instantly share code, notes, and snippets.

@nandha-dev
Created November 28, 2016 07:50
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save nandha-dev/2dc60d0e1bc39d4ffc5f3af3b7b04013 to your computer and use it in GitHub Desktop.
Save nandha-dev/2dc60d0e1bc39d4ffc5f3af3b7b04013 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"
@Radon8472
Copy link

This removed and re-adds all files

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