Eclipse EGit Checkout conflict with files: - EGit doesn't want to continue

前端 未结 9 1605
旧时难觅i
旧时难觅i 2021-01-30 09:02

I\'ve started Eclipse EGit. In some scenarios it is really not comprehensive.

I have local file e.g. pom.xml changed. On git server this file was changed. I do pu

9条回答
  •  青春惊慌失措
    2021-01-30 09:10

    If error comes for ".settings/language.settings.xml" or any such file you don't need to git.

    1. Team -> Commit -> Staged filelist, check if unwanted file exists, -> Right click on each-> remove from index.
    2. From UnStaged filelist, check if unwanted file exists, -> Right click on each-> Ignore.

    Now if Staged file list empty, and Unstaged file list all files are marked as Ignored. You can pull. Otherwise, follow other answers.

提交回复
热议问题