私はここで、これまで遭遇したことのない奇妙な問題に直面している開発者と協力しています。彼はリポジトリに取り組んでおり、プッシュする前に他の誰かから最新の変更をプルする必要があります。彼の変更はすべてコミットされています。
$ git pull
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.
までは十分に合理的だと思われます...
$ git status
# On branch master
# Your branch and 'origin/master' have diverged,
# and have 3 and 1 different commit each, respectively.
#
nothing to commit (working directory clean)
何だって?
引っ張る前に試しましgit reset --hard HEAD
たが、引っ張ることができません。
これを見ているのは1人だけで、Mac(OSX 10.6.8)を使用しています。何か案は?髪を抜こうとしています。