Skip to content

Commit 00b6c1f

Browse files
Geno1024networm
authored andcommitted
[typo] Redundant character. (#313)
1 parent b64be12 commit 00b6c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ index a0a60ae..47c6340 100644
9090
\ No newline at end of file
9191
----
9292

93-
该选项除了显示基本信息之外,还在附带了每次 commit 的变化。
93+
该选项除了显示基本信息之外,还附带了每次 commit 的变化。
9494
当进行代码审查,或者快速浏览某个搭档提交的 commit 所带来的变化的时候,这个参数就非常有用了。
9595
你也可以为 `git log` 附带一系列的总结性选项。
9696
比如说,如果你想看到每次提交的简略的统计信息,你可以使用 `--stat` 选项:

0 commit comments

Comments
 (0)