Skip to content

Commit fc422cb

Browse files
Geno1024networm
authored andcommitted
[fix] Space between Chinese and English. (#315)
* [fix] Space between Chinese and English. * [typo] Add a space between Chinese and numbers.
1 parent d912d7d commit fc422cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/02-git-basics/sections/viewing-history.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ a11bef06a3f659402fe7563abf99ad00de2209e6 first commit
146146
----
147147

148148
但最有意思的是 format,可以定制要显示的记录格式。
149-
这样的输出对后期提取分析格外有用 -- 因为你知道输出的格式不会随着Git的更新而发生改变:(((log formatting)))
149+
这样的输出对后期提取分析格外有用 -- 因为你知道输出的格式不会随着 Git 的更新而发生改变:(((log formatting)))
150150

151151
[source,console]
152152
----
@@ -287,4 +287,4 @@ d1a43f2 - reset --hard/read-tree --reset -u: remove unmerged new paths
287287
b0ad11e - pull: allow "git pull origin $something:$current_branch" into an unborn branch
288288
----
289289

290-
在近40000条提交中,上面的输出仅列出了符合条件的6条记录
290+
在近 40000 条提交中,上面的输出仅列出了符合条件的 6 条记录

0 commit comments

Comments
 (0)