我正在使用 github,并且我的存储库中有子模块。但是,我希望能够单击 github 上的子模块来打开子模块存储库页面。这是我的 .gitmodules 文件。
[submodule "submodule1"]
path = submodule1
url = https://github.com/octocat/Hello-World
[submodule "submodule2"]
path = submodule2
url = https://github.com/octocat/hello-worId
[submodule "submodule3"]
path = submodule3
url = https://github.com/octocat/hello-worId
Run Code Online (Sandbox Code Playgroud)
我可以做些什么来让子模块在 github 上可点击吗?