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.)
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.
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 Team
→Show in History
and follow Show
→Additional Refs
from the triangle menu in the upper right corner of the History View to enable it, you will see FETCH_HEAD
.
© 2024 OneMinuteCode. All rights reserved.