最近 git に切り替え、サブモジュールを使用して共通ライブラリを含めようとしています。
何をしても、「git pull --rebase」をスーパーまたはサブモジュールで機能させることはできません。
我々が得る:
james:libraries james$ git pull --rebase
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.
これは、ローカルの変更がまったくなく、クリーンなディレクトリがある場合でも発生します。私たちが間違っているかもしれないことについて何か考えはありますか?
ありがとう!ジェームズ