I know that if I need to clone a perforce an existing p4 repository using command
git p4 clone //depot/path/project
But what if I want to m
You can do this with the --use-client-spec
option to git-p4. See the "CLIENT SPEC" section in the git-p4 documentation.
When you use this option, git-p4 uses your Perforce client view to map depot paths into your Git repository. By setting up a Perforce client with the mappings you want, you can selectively import parts of your Perforce depot.