有一个现象,就是当其他同事回滚代码后,我这边pull后却没有得到回滚后的版本,却显示已是最新的代码(All files are up-to-date),这种情况下执行以下命令即可。
git fetch origin git reset --hard origin/branch_name