如何从eclipse git存储库中检出并应用java补丁?

时间:2012-11-07 18:46:17

标签: java eclipse git patch tortoisegit

我找到了一个补丁,解决了一个问题,我遇到了。 此修补程序托管在GIT repository

在Windows上,我尝试使用MsGit,TortoiseGit

查看补丁
git fetch git://git.eclipse.org/gitroot/tycho/org.eclipse.tycho refs/changes/63/8163/2 && git checkout FETCH_HEAD

但Git抱怨缺少存储库。

问题

  • 是否有关于检查这些Eclipse存储库的教程?
  • 当我检查出来时,我将如何应用这个Eclipe补丁?

1 个答案:

答案 0 :(得分:0)

您需要先克隆存储库。从git clone url_ to_repository开始

您可以在此处找到更多信息:http://git-scm.com/documentation

我建议您在将git与现有代码一起使用之前先阅读此内容。

这也是一个很好的起点:http://gitref.org/creating/