Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个似乎保留在我的 Mac 上的工作区文件夹名称。我无法在 Finder 中查看工作区文件夹,因为我在名称中使用 .service 命名了 Eclipse 项目。该文件夹可在终端 (bash) 中导航,但不能在 finder 中导航。在 finder 中,工作区文件夹如下所示:
我已经在eclipse中重命名了项目文件夹,但git仍然使用以前的名称。有人可以告诉我如何通过 Eclipse 重命名 git 工作区文件夹或为我指明方向吗?如果我直接通过 git 来做,它会打破我的历史。
您应该使用git mv它来反映 Git 中的重命名文件,请参阅此处了解更多详细信息。
git mv