使用 pipenv 时如何通过结帐更新和切换分支?
How to update and switch branch with a checkout when using pipenv?
我正在使用 pipenv
并检查了一个存储库:https://github.com/rvanlaar/django-tinymce4-lite
和分支 rvanlaar-patch-1
。
我想将此结帐切换到 master
。我该怎么做?
我尝试更改 Pipfile 和 运行 pipenv sync
。
运行 pipenv install
更新了 git 结帐。
我正在使用 pipenv
并检查了一个存储库:https://github.com/rvanlaar/django-tinymce4-lite
和分支 rvanlaar-patch-1
。
我想将此结帐切换到 master
。我该怎么做?
我尝试更改 Pipfile 和 运行 pipenv sync
。
运行 pipenv install
更新了 git 结帐。