B
B
blizzard2018-09-08 15:07:45
git
blizzard, 2018-09-08 15:07:45

How to properly remove venv from github repository?

I want to remove the venv folder from the repository, how to do it correctly?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
leremin, 2018-09-08
@s41blizzard

git rm -r venv
git commit -m "Deleted venv"
git push origin

T
textmode, 2018-09-08
@textmode

It would also be nice to add a line to .gitignore:
venv/*

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question