Você precisará do Shell para acessar a máquina que hospeda o git-daemon e ver os parâmetros usados para invocar o git-daemon ou usar o frontend do Git Web (navegador do Repository) chamado GitWeb .
Consulte também esta pergunta
There is one other way but it needs some assistance of you companies server admins. Git features a browsable web frontend called 'GitWeb' which can be configured to show all projects served by git.
Detalhes são explicados no GitWeb README - a chave de configuração de interesse é chamada "GITWEB_PROJECTROOT":
GITWEB_PROJECTROOT The root directory for all projects shown by gitweb. Must be set correctly for gitweb to find repositories to display. See also "Gitweb repositories" in the INSTALL file for gitweb.
Talvez você tenha uma conversa com seus administradores - o gitweb pode ser um grande benefício para todos os desenvolvedores.
As far as I can tell, this needs to be done on the machine that is running git-daemon. You either need to check the arguments where git-daemon was invoked, or possibly check /etc/inetd.conf