リポジトリの 1 つでこれを行うと、次のようになります。
git subtree pull --prefix=frameworks/AquaticPrime --squash AquaticPrime
私はこれを得る:
Working tree has modifications. Cannot add.
これを行うと(もちろん同じ場所で):
git status
私はこれを得る:
# On branch master
nothing to commit (working directory clean)
ここで何が起こっているのかよくわかりません。git status コマンドは、変更がないことを意味するため、git subtree pull は、サブツリーに関連する別のブランチでの変更を参照していると想定していますが、完全には明確ではありません。
誰でも啓発を提供できますか?