git-p4 在 master 以外的分支上提交?
我注意到,当使用 git-p4 Submit 时,无论我在 git 上的哪个分支,它总是将我的代码发送到 p4 中我最初克隆它的位置。这是我在 master
分支上时期望的行为,但是,我想将其他本地分支与其他远程 p4 分支关联起来。也就是说,我想“跟踪”或“发布”除 master
之外的从 git 到 p4 的分支。这可能吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,尽管需要一些设置。查看
detect-branches
选项。您需要为每个 Perforce 分支制定一个 Perforce 分支规范。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.