mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 21:01:03 -05:00
16 lines
362 B
Markdown
16 lines
362 B
Markdown
|
---
|
||
|
title: sparo fetch
|
||
|
---
|
||
|
|
||
|
```
|
||
|
sparo fetch [remote] [branch]
|
||
|
|
||
|
fetch remote branch to local
|
||
|
|
||
|
Positionals:
|
||
|
remote [string]
|
||
|
branch [string]
|
||
|
|
||
|
Options:
|
||
|
--help Show help [boolean]
|
||
|
```
|