Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は GitHub を使用しており、リポジトリのマスター ブランチを Moovweb クラウドにプッシュしています。プロジェクトの分岐を開始しました。
特定のブランチを Moovweb クラウドにプッシュするにはどうすればよいですか?
ありがとう!
Moovweb Cloud のリモート リポジトリがローカル リポジトリの「オリジン」であると仮定します。
git push origin my_new_local_branch
リモートリポジトリに新しいブランチをプッシュして作成します。