Skip to content

Instantly share code, notes, and snippets.

@acabouet
Created August 20, 2016 11:15
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 acabouet/ae24413e78661afaf7025f3286552fd0 to your computer and use it in GitHub Desktop.
Save acabouet/ae24413e78661afaf7025f3286552fd0 to your computer and use it in GitHub Desktop.
refresh after updating .gitignore
git rm -r --cached .
git add -A
git commit -am 'Removing ignored files'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment