我从Github克隆了新的仓库,并且在工作目录中复制了文件FETCH_HEAD-> .git包含以下内容:
fe300b2c9852acf68b4f1dd78ace916a083f3236 not-for-merge branch 'master' of ssh://[email protected]/mike123/myRepo.git
不合并是什么意思?
[基本上,git fetch
提取分支并将结果存储在FETCH_HEAD
文件中。当它作为git pull
的一部分运行时,以后将在内部使用此信息来确定需要合并的内容。
Egit基于JGit,“ not-for-merge
”仅用于org.eclipse.jgit.transport.FetchHeadRecord