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 87e0331 commit 8ea5e8aCopy full SHA for 8ea5e8a
book/09-git-and-other-scms/sections/client-p4.asc
@@ -422,7 +422,7 @@ Applying: Change page title
422
----
423
424
从输出中可能大概得知,`git p4 rebase` 是 `git p4 sync` 接着 `git rebase p4/master` 的快捷方式。
425
-它比那更聪明一些,特别是工作在多个分支时,但这是一个好的进步。
+它比那更聪明一些,特别是工作在多个分支时,但这是一个进步。
426
427
现在我们的历史再次是直线,我们准备好我们的改动贡献回 Perforce。
428
`git p4 submit` 命令会尝试在 `p4/master` 与 `master` 之间的每一个 Git 提交创建一个新的 Perforce 修订版本。
0 commit comments