This is a submodule: a link to a specific commit in another repository at a different URL. The repository will be cloned when git submodule update --init
is run, and then the referenced commit (784fd39
) will be checked out.
You can create submodules using git submodule add <url> <directory>
, which will add a submodule reference for the given URL at the directory you specify, in the current working directory.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…