How to execute `diff`/`merge` command on `FETCH_HEAD` from EGit in Eclipse

Asked 2 years ago, Updated 2 years ago, 52 views

How do I run the Git diff/merge command on FETCH_HEAD using Eclipse (EGit)?

"When I ""fetch"" from the remote repository, ""FETCH_HEAD"" is created locally, but
" "I am having trouble with not being able to ""merge"" (merge of Git) or ""Synchronize with Workspace"" (diff of Git) for the reference."
(The procedure is summarized below.)

Enter a description of the image here

Enter a description of the image here

Enter a description of the image here

Enter a description of the image here

Enter a description of the image here

I am not familiar with EGit, so I wonder if it is the original specification.
If you know anything, please let me know.
I look forward to your kind cooperation.

git eclipse egit

2022-09-30 11:55

1 Answers

Open Git History, select a commit with FETCH_HEAD, right-click, and then select merge.

How about this?

(Additional)

Sorry, I didn't have enough explanation.

If you select a project and TeamShow in History and follow ShowAdditional Refs from the triangle menu in the upper right corner of the History View to enable it, you will see FETCH_HEAD.


2022-09-30 11:55

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.