Skip to content

Instantly share code, notes, and snippets.

View komalsrathi's full-sized avatar
🌎
Working from home

Komal Rathi komalsrathi

🌎
Working from home
View GitHub Profile
@komalsrathi
komalsrathi / gist:3b979cd61fc986c65bd78140ff10d819
Created July 25, 2018 19:56 — 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