在新的repo克隆上,git filter-branch
抱怨我有未分阶段的更改,例如
$ git filter-branch --subdirectory-filter plugins/hypervisors/hyperv -- --all
Cannot rewrite branches: You have unstaged changes.
但是,这些git status
表示没有变化:
$ git status
# On branch master
nothing to commit (working directory clean)
我在哪里可以找出有哪些变化?