Skip to content

Instantly share code, notes, and snippets.

@felipegenuino
Created April 18, 2020 15:24
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 felipegenuino/f70d29f9b8b906492c6de30b307b687e to your computer and use it in GitHub Desktop.
Save felipegenuino/f70d29f9b8b906492c6de30b307b687e to your computer and use it in GitHub Desktop.
Remove all files in .gitignore
git rm -r --cached .
git add .
git commit -m "Removing all files in .gitignore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment