Skip to content

Commit 58b0354

Browse files
committed
document serve-git
1 parent 52a40c9 commit 58b0354

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Visit your Sourcegraph instance (or https://sourcegraph.com), click your usernam
9494
- `src extsvc` - manage external services (repository configuration)
9595
- `src extensions` - manage extensions
9696
- `src lsif` - manages LSIF data
97+
- `serve-git` - serves your local git repositories over HTTP for Sourcegraph to pull
9798
- `src version` - check version and guaranteed-compatible version for your Sourcegraph instance
9899

99100
Run `src -h` and `src <subcommand> -h` for more detailed usage information.

cmd/src/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The commands are:
4141
actions runs actions to generate patch sets (experimental)
4242
campaigns manages campaigns (experimental)
4343
lsif manages LSIF data
44+
serve-git serves your local git repositories over HTTP for Sourcegraph to pull
4445
version display and compare the src-cli version against the recommended version for your instance
4546
4647
Use "src [command] -h" for more information about a command.

0 commit comments

Comments
 (0)