Skip to content

Instantly share code, notes, and snippets.

@brschwar
Created October 13, 2015 20:46
Show Gist options
  • Save brschwar/e89b9c28567fee3e971c to your computer and use it in GitHub Desktop.
Save brschwar/e89b9c28567fee3e971c to your computer and use it in GitHub Desktop.
Remove files which are ignored in .gitignore
git rm -r --cached .
git add .
git commit -m "Removed all ignored folders and files"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment