Skip to content

Commit cb21079

Browse files
committed
Change "直线" to "线性"
1 parent e610b56 commit cb21079

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
@@ -590,7 +590,7 @@ $ git log --oneline --all --graph --decorate
590590
* 70eaf78 Initial import of //depot/www/live/ from the state at revision #head
591591
----
592592

593-
我们的历史变成直线了,就像在提交前刚刚变基过(实际上也是这样)。
593+
我们的历史变成线性了,就像在提交前刚刚变基过(实际上也是这样)。
594594
这意味着你可以在 Git 这边自由地创建、工作、扔掉与合并分支而不用害怕你的历史会变得与 Perforce 不兼容。
595595
如果你可以变基它,你就可以将它贡献到 Perforce 服务器。
596596

0 commit comments

Comments
 (0)