IT系/リファレンス/Gitコマンド/git_daemon

Last-modified: 2020-06-02 (火) 01:54:13

git daemon

Gitリポジトリ用のシンプルなサーバーを起動・操作するコマンド。

用例

  • xxx
    xxx
  • xxx
    xxx

書式

git daemon [options]

公式によると以下の通り。

git daemon [--verbose] [--syslog] [--export-all]
           [--timeout=<n>] [--init-timeout=<n>] [--max-connections=<n>]
           [--strict-paths] [--base-path=<path>] [--base-path-relaxed]
           [--user-path | --user-path=<path>]
           [--interpolated-path=<pathtemplate>]
           [--reuseaddr] [--detach] [--pid-file=<file>]
           [--enable=<service>] [--disable=<service>]
           [--allow-override=<service>] [--forbid-override=<service>]
           [--access-hook=<path>] [--[no-]informative-errors]
           [--inetd |
             [--listen=<host_or_ipaddr>] [--port=<n>]
             [--user=<user> [--group=<group>]]]
           [--log-destination=(stderr|syslog|none)]
           [<directory>…]

options

/xxxx

etc.

説明

XXXX

関連

  • xxx

参考リンク

その他メモ

なにかあれば。