File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
book/09-git-and-other-scms/sections Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
(((Perforce)))(((Importing, from Perforce)))
5
5
下一个将要看到导入的系统是 Perforce。
6
- 就像我们之前讨论过的,有两种方式让 Git 与 Perforce 互相交流 :git-p4 与 Perforce Git Fusion。
6
+ 就像我们之前讨论过的,有两种方式让 Git 与 Perforce 互相通信 :git-p4 与 Perforce Git Fusion。
7
7
8
8
===== Perforce Git Fusion
9
9
@@ -42,7 +42,7 @@ Import destination: refs/remotes/p4/master
42
42
Importing revision 9957 (100%)
43
43
----
44
44
45
- 这个特定的项目只有一个分支,但是如果你在分支视图(或者说一些目录)中配置了一些分支,你可以将 `--detect-branches` 标记传递给 `git p4 clone` 来导入项目的所有分支。
45
+ 这个特定的项目只有一个分支,但是如果你在分支视图(或者说一些目录)中配置了一些分支,你可以将 `--detect-branches` 选项传递给 `git p4 clone` 来导入项目的所有分支。
46
46
查看 <<_git_p4_branches>> 来了解关于这点的更多信息。
47
47
48
48
此时你几乎已经完成了。
@@ -99,4 +99,4 @@ Date: Tue Jul 7 01:35:51 2009 -0800
99
99
Fix spelling error on Jam doc page (cummulative -> cumulative).
100
100
----
101
101
102
- 导入已经准备好推送到你的新 Git 服务器上了。
102
+ 现在导入已经准备好推送到你的新 Git 服务器上了。
You can’t perform that action at this time.
0 commit comments