Skip to content

Translate A-git-in-other-environments eclipse #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 31, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions book/A-git-in-other-environments/sections/eclipse.asc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Git in Eclipse
=== Eclipse 中的 Git

(((Eclipse)))
Eclipse ships with a plugin called Egit, which provides a fairly-complete interface to Git operations.
It's accessed by switching to the Git Perspective (Window > Open Perspective > Other…, and select "Git").
Eclipse 附带了一个名为 Egit 的插件,它提供了一个非常完善的 Git 操作接口。
这个插件可以通过切换到 Git 视图来使用:(Window > Open Perspective > Other…, 然后选择 “Git”)。

.Eclipse's EGit environment.
image::images/egit.png[Eclipse's EGit environment.]
.EclipseEGit 的界面环境。
image::images/egit.png[EclipseEGit 的界面环境。]

EGit comes with plenty of great documentation, which you can find by going to Help > Help Contents, and choosing the "EGit Documentation" node from the contents listing.
EGit 提供了许多强大的帮助文档,你能通过下面的操作来访问它:单击菜单 Help > Help Contents,然后从内容列表中选择 “EGit Documentation” 节点。