What does git update-server-info do?

前端 未结 1 1751
既然无缘
既然无缘 2020-12-28 12:42

What does git update-server-info do? How do I know if I need it? The manual says:

A dumb server that does not do on-the-fly pack generations must hav

1条回答
  •  情话喂你
    2020-12-28 12:55

    Dumb server basically means accessed over HTTP. So if you access your Git repository over http: or https: URLs, you need the update-server-info business, otherwise (git:, ssh:, etc.) you don't need it.

    0 讨论(0)
提交回复
热议问题