GIt删除没有数据的本地存储库

时间:2016-04-24 11:51:52

标签: eclipse git github

我从远程git中删除了一个存储库 但是,该项目仍然连接到我的本地git存储库。

  1. 如何从Eclipse中删除本地git存储库中的项目?
  2. 如何从Eclipse中删除本地git存储库?

1 个答案:

答案 0 :(得分:0)

您可以从deleting the git repo from the EGit Repositories view

开始

https://wiki.eclipse.org/images/e/ec/Egit-0.10-DeleteRepository.png

它将让您决定是否要从Eclipse工作区中删除存储库中包含的项目的存储库工作目录。

在从Eclipse工作区中删除项目之前,更简单的就是Removing a Repository from the Repositories View

https://wiki.eclipse.org/images/b/bd/Egit-0.10-RemoveRepository.png

这样,底层的git repo仍然有它的本地git历史。