Skip to content

Instantly share code, notes, and snippets.

@sabarasaba
Created July 10, 2012 02:19
Show Gist options
  • Select an option

  • Save sabarasaba/3080590 to your computer and use it in GitHub Desktop.

Select an option

Save sabarasaba/3080590 to your computer and use it in GitHub Desktop.
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
@misakimichy

Copy link
Copy Markdown

Thank you!!!!

@abdalmoez

Copy link
Copy Markdown

Thanks!!!!!!

@crazyoptimist

Copy link
Copy Markdown

Thanks

@DEEP0521

Copy link
Copy Markdown

Thank you it's really helpful

@TamaraTorres

Copy link
Copy Markdown

thanks!!!

@pawellesniowski

Copy link
Copy Markdown

thanks a million!!!

@joctorres13

Copy link
Copy Markdown

thank you!

@DragonflyNet67

Copy link
Copy Markdown

Thank you, exactly what I was looking for

@luislortega

Copy link
Copy Markdown

Nice TY dude.

@giovanialtelino

Copy link
Copy Markdown

I always need to search for it, guess If I comment, it will rank better at the searches. ;)

@AlbertBeweb

Copy link
Copy Markdown

Thank you !!

@Nour963

Nour963 commented Oct 14, 2020

Copy link
Copy Markdown

Thanks!

@HumayunNaseer

Copy link
Copy Markdown

<3

@DHBuild002

Copy link
Copy Markdown

Boom, worked like a charm for clearing my parcel cache. Removed it from the Remote Repo too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment