What is git-daemon?
问题 What is git-daemon? Is it a default git function? I am trying to understand this so that I can host a repository on a server that people can push/pull from. So far I am able to clone a "--bare" repository onto an Apache server, and then use "update-server-info" to allow the repository to be cloned to other collaborators. However, this does not let collaborators push their commits to the "--bare" repository. I created the "git-daemon-export-ok" file in my "--bare" repository, and ran the