Git submodule
#Git
#GitHub
概要
Misskeyのリポジトリ
を見ていると,このような他ののリポジトリに繋がるリンクのようなものが含まれていることに気がついた。
https://gyazo.com/b0f96e114c94d776d3ef28ad79fe5ee1
どうやらこれはGit submoduleというものらしい。
Git Submoduleとは
git submodule は、外部の git リポジトリを、自分の git リポジトリのサブディレクトリとして登録し、特定の commit を参照する仕組みです。
引用元:Git submodule の基礎
リンク
https://kz-works.blogspot.com/2018/06/move-the-git-submodule-location.html
https://qiita.com/k_yamashita/items/040c04f8798d2384806e