重複の可能性:
Git とのマージの問題
いくつかの変更を加えた(いくつかのファイルを削除した)gitリポジトリをダウンロードしてから、コミットしました。次に、 git checkout -b "new branch" を実行しました。ここではファイルを削除しませんでしたが、いくつかの変更を加えてコミットしました。今、マスターブランチに戻り、git merge new_branch_i_created を実行しようとしましたが、次のように述べています。
fatal: 'merge' is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>' as
appropriate to mark resolution and make a commit, or use 'git commit -a'.
私は何を間違っていますか?
そして、マスター ブランチから新しいブランチにチェックアウトしようとすると、次のように表示されます。
GDCatalog/.classpath: needs merge
GDCatalog/src/com/cyrilmottier/android/gdcatalog/CatalogActivity.java: needs merge
GDCatalog/src/com/cyrilmottier/android/gdcatalog/PagedViewActivity.java: needs merge
GreenDroid-GoogleAPIs/.classpath: needs merge
GreenDroid/.classpath: needs merge
GreenDroid/src/greendroid/widget/PagedView.java: needs merge
error: you need to resolve your current index first