Skip to content

Commit e610b56

Browse files
committed
Change "直线" to "线性的"
1 parent 8ea5e8a commit e610b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-p4.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Applying: Change page title
424424
从输出中可能大概得知,`git p4 rebase` 是 `git p4 sync` 接着 `git rebase p4/master` 的快捷方式。
425425
它比那更聪明一些,特别是工作在多个分支时,但这是一个进步。
426426

427-
现在我们的历史再次是直线,我们准备好我们的改动贡献回 Perforce。
427+
现在我们的历史再次是线性的,我们准备好我们的改动贡献回 Perforce。
428428
`git p4 submit` 命令会尝试在 `p4/master` 与 `master` 之间的每一个 Git 提交创建一个新的 Perforce 修订版本。
429429
运行它会带我们到最爱的编辑器,文件内容看起来像是这样:
430430

0 commit comments

Comments
 (0)