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.
我正在使用 Eclipse 4.3 Kepler 并且安装了 Egit。我想在我的 php explore 中显示当前项目版本,但现在我只能在 Git Repositories 视图中看到它们。
如何在项目名称旁边显示版本?我以前看过,但我做不到。
让 EGit “知道”您的项目是 Git 项目的一种方法是使用其导入项目向导将其导入。以下是步骤:
EGit repositories view
import projects...
现在,当项目在 Eclipse 中打开时,它将具有显示 repo、分支、状态等的 EGit 装饰。