More than 5 years have passed since last update.
# path/to/reposに外部リポジトリを追加
> git submodule add git@github.com:account/repos.git path/to/repos
# 削除は .git/config and .gitmodules から[submodule "path/to/repos"]を削除.その後
> git rm --cached path/to/repos
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin