Update apps/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/pages/commands/overview.md

This commit is contained in:
Adrian Zhang 2024-08-29 07:30:41 +08:00 committed by GitHub
parent 19df69cf69
commit 519d55c01b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ title: 概述
Sparo 有四种类型的子命令:
1. **mirrored子命令**,例如 `sparo branch``sparo revert`,直接调用相应的 `git` 子命令。使用mirrored子命令的目的是让 Sparo 能够提供有关可能导致性能问题的参数的建议。此外,您还可以选择配置 Sparo 以收集匿名使用数据,帮助您衡量在您的代码库中的使用体验。(收集的数据会发送到您自己的服务,其他任何人无法访问。)
1. **mirrored子命令**,例如 `sparo branch``sparo revert`,直接调用相应的 `git` 子命令。使用mirrored子命令的目的是让 Sparo 能够提供有关可能导致性能问题的参数的建议。此外,您还可以选择在 Sparo 中配置埋点数据收集,帮助您衡量在您的代码库中的使用体验。(收集的数据会发送到您自己的服务,其他任何人无法访问。)
2. **增强子命令**,其基本设计与对应的 `git` 子命令相同,但针对稀疏签出配置文件和更高效的默认设置进行了调整。共有四个增强命令:
- `sparo checkout`