Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I forgot to add .gitignore file ,that's why when i push code to git hub my node_modules file have sent to git hub ,now i want to remove it From my github.
At first create &add the.gitignore and type node_modules inside the .gitignore file the file go to the CMD of your File then type the Commands Below:
git rm -r --cached node_modules
git commit -m"Removing node_modules file"
git push -f
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.