LoginSignup
0
0

More than 3 years have passed since last update.

gitのsubmoduleのメモ

Last updated at Posted at 2020-05-16

作業中のgit親レポジトリに既存のgit子レポジトリを追加

$ cd /path/to/parent_directory/
$ git submodule add git@github.com:me/child_directory.git ./child_directory

$ git add .
$ git commit -m '......'

サブモジュールを含む親レポジトリをクローンしてくる

ToBeWritten...

0
0
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
0
0