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

前端 未结 9 1612
旧时难觅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:25

    I guess the best way to do this is like this :

    1. Store all your changes in a separate branch.
    2. Then do a hard reset on the local master.
    3. Then merge back your changes from the locally created branch
    4. Then commit and push your changes.

    That how I resolve mine, whenever it happens.

提交回复
热议问题