Skip to content

Instantly share code, notes, and snippets.

@borantula
Created August 7, 2014 07:18
Show Gist options
  • Save borantula/e38976b4768c61c93269 to your computer and use it in GitHub Desktop.
Save borantula/e38976b4768c61c93269 to your computer and use it in GitHub Desktop.
Git clear cache
git rm -r --cached .
git add --all
git commit -am 'git cache cleared'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment