We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccc748 commit 47aa590Copy full SHA for 47aa590
book/B-embedding-git/sections/jgit.asc
@@ -8,7 +8,7 @@ JGit 项目由 Eclipse 维护,它的主页在 http://www.eclipse.org/jgit[]
8
==== 起步
9
10
有很多种方式可以让 JGit 连接你的项目,并依靠它去写代码。
11
-最简单的方式也许就是使用 Maven 。你可以通过在你的 pom.xml 文件里的 ``<dependencies>` 标签中增加像下面这样的片段来完成这个整合。
+最简单的方式也许就是使用 Maven 。你可以通过在你的 pom.xml 文件里的 `<dependencies>` 标签中增加像下面这样的片段来完成这个整合。
12
13
[source,xml]
14
----
0 commit comments