Git checkout branchname -f

git checkout 切换分支,有时候,切换分支无效,就必须强制切换
强制切换使用命令:

 git checkout branchname -f

下面是强制切换分支

强制切换到master分支

操作参考文档:
https://www.yiibai.com/git/git_checkout.html

Leave a comment

您的电子邮箱地址不会被公开。 必填项已用 * 标注