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
18 Useful GitHub repositories every developer should bookmark: everything from learning resources and roadmaps to best practices, system designs, and tools.
azu -
Harrsh Patel -
Andrea Liliana Griffiths -
Luca Del Puppo -
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.
Oldest comments (2)
Thank you Indra for sharing
Yes, of course ๐