問題タブ [git-repo]
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.
79 問題
0
投票する
2
に答える
49
参照
git - git サブモジュールに基づいてファット git リポジトリを作成する
これを行うことが可能であれば、私は知りたいです:
git clone --recursive <repository with submodule>
git remote add fat-repository <path>
- ???
git add -A && git commit -m "Test" && git push fat-repository master
ステップ 3では、リポジトリのサブモジュールを解除し、submoduleのコンテンツを保持しますが、それがサブモジュールであったという痕跡をすべて削除します。
ありがとう!