标签: git push git-filter-branch
我在我的本地存储库上完成了一个过滤器分支,现在我正试图用
git push origin --all --force
我得到的回应是
Everything up-to-date
这是出乎意料的。事实上,如果我那么做
git pull
我看到本地分支机构已被强制更新 可能是什么原因?