Skip to content

Instantly share code, notes, and snippets.

@pavankjadda
Created September 4, 2020 22:49
Show Gist options
  • Save pavankjadda/84ef1311a26e8a97fcf0f7f42196a9f7 to your computer and use it in GitHub Desktop.
Save pavankjadda/84ef1311a26e8a97fcf0f7f42196a9f7 to your computer and use it in GitHub Desktop.
Delete git cache
git rm  -r --cached .

git add .

git commit -m "Commit after cleaning git cache"

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