My Problem
I commit and push venv to github and I want to remove them from Github
My Solution
Use This code
git rm -r --cached venv
git commit -m 'Remove the now ignored directory "venv"'
git push origin master
For further actions, you may consider blocking this person and/or reporting abuse
ILshat Khamitov -
JSDev Space -
Benj Hingston -
Abdellah Hallou -
Top comments (2)
Thank you Indra for sharing
Yes, of course 😊