Skip to content

Instantly share code, notes, and snippets.

@rezwan-hossain
Last active August 3, 2017 10:51
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 rezwan-hossain/fd9ad545793718df42298cbd007991af to your computer and use it in GitHub Desktop.
Save rezwan-hossain/fd9ad545793718df42298cbd007991af to your computer and use it in GitHub Desktop.
Remove node_module form git add or git repo
git rm -r --cached node_modules
git commit -m ':) ;)'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment