1. 本地回退到某个版本后 , 强制提交到远程 , 就是因为下面这段代码导致的分支其它成员和远程不同 , 不应该强制提交 git push origin HEAD --force 2. 解决方法 , 其它小组成员也将本地代码回退到 git reset --hard git reset --hard Read More
posted @ 2024-10-09 18:22 Li_ll Views(36) Comments(0) Diggs(0) Edit