Skip to content

Instantly share code, notes, and snippets.

@artgris
Last active March 30, 2018 06:52
Show Gist options
  • Save artgris/55f6b7fce72941e4ff1f76cb911b95ec to your computer and use it in GitHub Desktop.
Save artgris/55f6b7fce72941e4ff1f76cb911b95ec to your computer and use it in GitHub Desktop.
Removing ignored files
https://github.com/git-tips/tips
https://eric.blog/2014/05/11/remove-files-from-git-addingupdating-gitignore/
git rm --cached <file>
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