What is git-daemon? Is this the default git function? I am trying to figure this out so that I can host the repository on a server that people can click / pull on.
So far, I have been able to clone the "-bare" repository to the Apache server, and then use "update-server-info" to allow other employees to clone the clone. However, this does not allow employees to push their commits to the --bare repository.
I created the file "git -daemon-export-ok" in my "-bare" repository and ran the command: "git -daemon --verbose / git", but I get the error message: "git -daemon: command not found. "
Any help would be appreciated.
source share