I noticed that when using git-p4 submit, regardless of what branch I am in on git, it always sends my code to the place in p4 where I cloned it originally. That's my desired behavior when I am on the master branch, however, I'd like to correlate other local branches to other remote p4 branches. That is, I want to "track" or "publish" branches other than master from git to p4. Is that possible?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, although it takes a bit of setup. Have a look at the detect-branches option. You'll need to have a Perforce branch spec for each Perforce branch.

link|improve this answer
1  
Started a thread on the Perforce forums with some more detailed steps: forums.perforce.com/index.php?/topic/… – p4-randall Feb 6 at 16:56
Thanks I will look into it! – Raffi Khatchadourian Feb 14 at 5:44
After I perform the command git-p4 clone //depot/Jam@all --detect-branches, I get the following error: "Could not detect main branch. No checkout/master branch created." Any ideas? – Raffi Khatchadourian Apr 8 at 21:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.