GitVersion 工具中的 IsDynamicGitRepository 标志是什么

What is IsDynamicGitRepository flag in GitVersion tool

当我在 git 工作目录中 运行 gitversion init 时,我会看到以下内容。

IsDynamicGitRepository: False

我是git版本工具的新手,所以请帮助我理解这里动态存储库的含义。

Dynamic Repositories are explained in GitVersion's documentation 简而言之,如果在命令行上使用 运行 GitVersion 时使用 /url [the url of your git repo] 而不是本地 .git 文件夹,则存储库被视为动态。