1

绿色文件夹

我想知道的是如何将绿色文件夹添加为github中的图片?

然后如果我使用 TortoiseGit ,该怎么做?

4

1 回答 1

0

Those green folder are submodules (special git entries)

When you clone that repo, you need a:

git submodule update --init

That will update those folder in your local working tree.
(or "TortoiseGit > Submodule update.")

Starting April, 30th 2013, when you view a repository with a submodule on github.com, you get useful links and information for the submodule.

submodule

于 2013-04-27T13:28:06.940 回答