Skip to content

Instantly share code, notes, and snippets.

@onpaws
Created February 5, 2020 19:11
Show Gist options
  • Save onpaws/baa1c82ed4cd4fee23573cb187394e58 to your computer and use it in GitHub Desktop.
Save onpaws/baa1c82ed4cd4fee23573cb187394e58 to your computer and use it in GitHub Desktop.
Remove .gitignore'd files. (NOT retroactive. see BFG for that)
git rm -r --cached . && git add . && git commit -am "Remove .gitignore-d files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment