繁体   English   中英

Git P4分支

[英]Git p4 branches

我有一个基于
//Engineering/qwerty/baseline/servers/ApplicationServer/和分支
//Engineering/qwerty/branches/rtf/

我该如何做一个git repo
master => //Engineering/qwerty/baseline/servers/ApplicationServer/和分支rtf => //Engineering/qwerty/branches/rtf/吗?

也许:

git clone //Engineering/qwerty/baseline/servers/ApplicationServer
cd ApplicationServer
git sync --branch refs/remotes/p4/rtf //Engineering/qwerty/branches/rtf

但是我还没有尝试过。

来自http://git-scm.com/docs/git-p4

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM