运行 npm init 时 git 存储库问题的用法是什么?

What is the usage of the git repository question when running npm init?

当 运行 npm init 您被要求提供 git 存储库(我假设是您的项目)。

我想知道为什么? 拥有项目的 git 存储库 url 的用例是什么 - package.json 已经存在 - 也在 package.json 中?

一定是有原因的吧?

当您将包发布到 NPM 存储库时,包页面内有一个 link 到 git 存储库。