Search code examples
pipenv

How to update and switch branch with a checkout when using pipenv?


I'm using pipenv and have a repository checked out: https://github.com/rvanlaar/django-tinymce4-lite with branch rvanlaar-patch-1.

I want to switch this checkout to master. How can I do that?

I tried changing the Pipfile and running pipenv sync.


Solution

  • Running pipenv install updated the git checkout.