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
Advice from a career of 15+ years for new and beginner developers just getting started on their journey.
Thiago Marinho -
Ahmed Saber -
Patrick Lemmer -
Artak Avetyan -
Once suspended, bukanspot will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, bukanspot will be able to comment and publish posts again.
Once unpublished, all posts by bukanspot will become hidden and only accessible to themselves.
If bukanspot is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Indra Wahyu.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag bukanspot:
Unflagging bukanspot will restore default visibility to their posts.
Latest comments (2)
Thank you Indra for sharing
Yes, of course 😊