What happens if you run Git init/comit within a virtualenv? -


my question simple: have deactivate virtual environment (virtualenv) work git? there negative artifacts later if decide run things git commit while still in virtualenv?

thank you.

most of git not written in python, should not affected virtualenv in. in particular, git commit written in c.


Comments