問題タブ [perforce-branch-spec]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
perforce - プライベート リモート perforce ブランチを作成してプッシュする方法は?
git に慣れていて、perforce を初めて使用します。
メインラインのリモート リポジトリにプッシュしたくない独自の機能に取り組んでいます。
私はgitリモートブランチのようなものが必要です:
変更をコミットできます。何かのようなもの
git commit
マージしないリモート プライベート ブランチにプッシュできます。何かのようなもの
git push remote my-branch
メインラインからブランチに変更をマージできます。のようなもの
git merge master
。
p4 integrate
p4 ブランチを理解しようとしていますが、との間の用語と混同されていますp4 branch
。さらに、すべてのステップp4 submit
は、私のブランチではなくメインラインに送信されます。リモートプライベートブランチに送信する方法はありますか?
ここで p4 ブランチの手順を試しました: https://www.perforce.com/perforce/doc.973/cmdguide/html/branchin.htm しかし、プライベート リモート ブランチへの送信には至りませんでした。