Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/admin/monorepo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Some monorepos use a custom command for `git fetch` to speed up fetch. Sourcegra

## Statistics

You can help the Sourcegraph developers understand the scale of your monorepo by sharing some statistics with the team. The bash script [`git-stats`](https://github.com/sourcegraph/sourcegraph/blob/main/dev/git-stats) when run in your git repository will calculate these statistics.
You can help the Sourcegraph developers understand the scale of your monorepo by sharing some statistics with the team. The bash script [`git-stats`](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/dev/git-stats) when run in your git repository will calculate these statistics.

Example output on the Sourcegraph repository:

``` shellsession
$ wget https://github.com/sourcegraph/sourcegraph/raw/main/dev/git-stats
$ wget https://github.com/sourcegraph/sourcegraph-public-snapshot/raw/main/dev/git-stats
$ chmod +x git-stats
$ ./git-stats
725M . gitdir
Expand Down
Loading