0

git-p4 は で新しいブランチを作成していませんgit p4 sync

branchList 構成エントリを使用しています (Perforce ブランチ仕様ではありません)。config に新しいブランチ仕様を追加しましたが、新しいブランチをgit p4 sync --detect-branches追加していません。

git p4 sync --detect-branches //path/to depot/@allこれは使用すべき状況ですか?

新しいブランチを検出して追加するために git p4 sync を取得するにはどうすればよいですか?

4

1 に答える 1

-1

この記事では、新しいブランチを追加する方法を示します。

http://answers.perforce.com/articles/KB_Article/Git-Fusion-Branch-Mappings

また、「軽量ブランチを完全に設定された Perforce ブランチに変換する」の下の Git Fusion ガイド:

http://www.perforce.com/perforce/doc.current/manuals/git-fusion/chapter_dyn_ngj_3l.html#section_kkz_gqv_rl

参考文献

http://answers.perforce.com/articles/KB_Article/Mapping-Git-Terms-and-Commands-to-Perforce

于 2014-07-08T23:03:14.503 に答える