LoginSignup
15
15

More than 5 years have passed since last update.

git submoduleの追加と削除

Last updated at Posted at 2012-03-16
# 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

15
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
15