mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 04:41:07 -05:00
15 lines
537 B
Markdown
15 lines
537 B
Markdown
---
|
|
title: sparo git-fetch
|
|
---
|
|
|
|
This is the [mirrored subcommand](./overview.md) for `git fetch`. It has the same functionality as the corresponding Git subcommand, but supports Sparo's optional anonymous timing metrics collection.
|
|
|
|
```
|
|
sparo git-fetch [<options>] [<repository> [<refspec>…]]
|
|
sparo git-fetch [<options>] <group>
|
|
sparo git-fetch --multiple [<options>] [(<repository> | <group>)…]
|
|
sparo git-fetch --all [<options>]
|
|
```
|
|
|
|
See [git fetch](https://git-scm.com/docs/git-fetch) in the Git documentation for details.
|
|
|