Git httpserver: Difference between revisions

From wikinotes
No edit summary
Line 1: Line 1:
This is useful if you want to expose self-hosted projects to be imported into github.
This is useful if you want to expose self-hosted projects to be imported into github.
{{ NOTE |
If looking to export repos to github, you probably want [[git protocol]] }}


= Documentation =
= Documentation =

Revision as of 04:38, 31 July 2022

This is useful if you want to expose self-hosted projects to be imported into github.

NOTE:

If looking to export repos to github, you probably want git protocol

Documentation

man git-daemon https://man.archlinux.org/man/extra/git/git-daemon.1.en

Install

pkg install git
echo "git_daemon_enable=YES" > /etc/rc.conf