Jeff Sodeman
  • Home
  • Dev Notes

Cleaning git after .gitignore changes

Last updated on  Jan 24, 2025
git rm -r --cached .
git add .
git commit -m "Drop files from .gitignore"
Previous Parsing numbers from strings in SQL
Next Fixing Chrome "Failed to read the cssRules" errors
Jeff Sodeman © 2025
Powered by Ghost