We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea5e8a commit e610b56Copy full SHA for e610b56
book/09-git-and-other-scms/sections/client-p4.asc
@@ -424,7 +424,7 @@ Applying: Change page title
424
从输出中可能大概得知,`git p4 rebase` 是 `git p4 sync` 接着 `git rebase p4/master` 的快捷方式。
425
它比那更聪明一些,特别是工作在多个分支时,但这是一个进步。
426
427
-现在我们的历史再次是直线,我们准备好我们的改动贡献回 Perforce。
+现在我们的历史再次是线性的,我们准备好我们的改动贡献回 Perforce。
428
`git p4 submit` 命令会尝试在 `p4/master` 与 `master` 之间的每一个 Git 提交创建一个新的 Perforce 修订版本。
429
运行它会带我们到最爱的编辑器,文件内容看起来像是这样:
430
0 commit comments