Skip to content

Commit b1e2f90

Browse files
committed
better format
1 parent 9e1e29a commit b1e2f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.zh.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>标签</h2>
176176
<div class="scrollblock block-log">
177177
<h2>log</h2>
178178
<p>
179-
如果你想了解本地仓库的历史记录,最简单的命令就是使用..
179+
如果你想了解本地仓库的历史记录,最简单的命令就是使用: <br />
180180
<code>git log</code><br />
181181
你可以添加一些参数来修改他的输出,从而得到自己想要的结果。 只看某一个人的提交记录:<br />
182182
<code>git log --author=bob</code><br />
@@ -186,7 +186,7 @@ <h2>log</h2>
186186
<code>git log --graph --oneline --decorate --all</code><br />
187187
看看哪些文件改变了: <br />
188188
<code>git log --name-status</code><br />
189-
这些只是你可以使用的参数中很小的一部分。更多的信息,参考:
189+
这些只是你可以使用的参数中很小的一部分。更多的信息,参考:<br />
190190
<code>git log --help</code><br />
191191
</p>
192192
</div>

0 commit comments

Comments
 (0)