Skip to content

Commit 81b462a

Browse files
committed
Mention remotes/p4/master also in the documentation.
Signed-off-by: Simon Hausmann <[email protected]>
1 parent a9d1a27 commit 81b462a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/fast-import/git-p4.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ If you want more control you can also use the git-p4 sync command directly:
3636
git-p4 sync //path/in/your/perforce/depot
3737

3838
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.
4141

4242
If you want to import the entire history of a given depot path just use
4343

@@ -57,7 +57,7 @@ newer changes from the Perforce depot by just calling
5757

5858
git-p4 sync
5959

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.
6161

6262
It is recommended to run 'git repack -a -d -f' from time to time when using
6363
incremental imports to optimally combine the individual git packs that each

0 commit comments

Comments
 (0)