File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ If you want more control you can also use the git-p4 sync command directly:
36
36
git-p4 sync //path/in/your/perforce/depot
37
37
38
38
This will import the current head revision of the specified depot path into a
39
- "p4 " branch of your git repository. You can use the --branch=mybranch option
40
- to use a different branch.
39
+ "remotes/p4/master " branch of your git repository. You can use the
40
+ --branch=mybranch option to use a different branch.
41
41
42
42
If you want to import the entire history of a given depot path just use
43
43
@@ -57,7 +57,7 @@ newer changes from the Perforce depot by just calling
57
57
58
58
git-p4 sync
59
59
60
- in your git repository. By default the "p4 " branch is updated.
60
+ in your git repository. By default the "remotes/p4/master " branch is updated.
61
61
62
62
It is recommended to run 'git repack -a -d -f' from time to time when using
63
63
incremental imports to optimally combine the individual git packs that each
You can’t perform that action at this time.
0 commit comments