src serve-git

Flags

NameDescriptionDefault Value
-addrAddress on which to serve (end with : for unused port):3434
-listlist found repository namesfalse

Usage

SHELL
'src serve-git' serves your local git repositories over HTTP for Sourcegraph to pull. USAGE src [-v] serve-git [-list] [-addr :3434] [path/to/dir] By default 'src serve-git' will recursively serve your current directory on the address ':3434'. 'src serve-git -list' will not start up the server. Instead it will write to stdout a list of repository names it would serve. Read Documentation here https://sourcegraph.com/docs/admin/code_host_connection/src_serve_git