問題タブ [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.

0 投票する
1 に答える
362 参照

perforce - プライベート リモート perforce ブランチを作成してプッシュする方法は?

git に慣れていて、perforce を初めて使用します。

メインラインのリモート リポジトリにプッシュしたくない独自の機能に取り組んでいます。

私はgitリモートブランチのようなものが必要です:

  1. 変更をコミットできます。何かのようなものgit commit

  2. マージしないリモート プライベート ブランチにプッシュできます。何かのようなものgit push remote my-branch

  3. メインラインからブランチに変更をマージできます。のようなものgit merge master

p4 integratep4 ブランチを理解しようとしていますが、との間の用語と混同されていますp4 branch。さらに、すべてのステップp4 submitは、私のブランチではなくメインラインに送信されます。リモートプライベートブランチに送信する方法はありますか?

ここで p4 ブランチの手順を試しました: https://www.perforce.com/perforce/doc.973/cmdguide/html/branchin.htm しかし、プライベート リモート ブランチへの送信には至りませんでした。