mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 12:51:11 -05:00
23 lines
1.1 KiB
Text
23 lines
1.1 KiB
Text
Running "sparo checkout --help":
|
||
|
||
[1mSparo accelerator for Git __VERSION__ -[22m[36m https://tiktok.github.io/sparo/[39m
|
||
Node.js version is __VERSION__ (LTS)
|
||
Git version is __VERSION__
|
||
|
||
sparo checkout [branch] [start-point]
|
||
|
||
Updates files in the working tree to match the version in the index or the
|
||
specified tree. If no pathspec was given, git checkout will also update HEAD to
|
||
set the specified branch as the current branch.
|
||
|
||
Positionals:
|
||
branch [string]
|
||
start-point [string]
|
||
|
||
Options:
|
||
-h, --help Show help [boolean]
|
||
-b Create a new branch and start it at <start-point> [boolean]
|
||
-B Create a new branch and start it at <start-point>; if it
|
||
already exists, reset it to <start-point> [boolean]
|
||
--profile [array] [default: []]
|
||
--add-profile [array] [default: []]
|