Skip to content

Instantly share code, notes, and snippets.

View abnerfcastro's full-sized avatar
📚
Always Learning

Abner Castro abnerfcastro

📚
Always Learning
  • Sýn / Vodafone Iceland
  • Brazil
View GitHub Profile
@abnerfcastro
abnerfcastro / gist:8c086be5a7824ba505b307ecb973f9d4
Created June 18, 2019 01:10 — forked from sabarasaba/gist:3080590
Remove directory from remote repository after adding them to .gitignore
git rm -r --cached node_modules
git commit -m 'Remove the now ignored directory node_modules'
git push origin master