未验证 提交 df065c75 编写于 作者: A Austin 提交者: Gitee

update zh-cn/device-dev/faqs/faqs-environment-setup.md.

Signed-off-by: NAustin <liaozhiqi7@huawei.com>
上级 893015c1
...@@ -252,7 +252,9 @@ ...@@ -252,7 +252,9 @@
``` ```
如果想保持工作路径清洁,可以执行如下命令。 如果想保持工作路径清洁,可以执行如下命令。
注意:此操作会重置本地工作区,删除未被git管理的文件或目录,请谨慎操作。 >![icon-note.gif](public_sys-resources/icon-caution.gif) **注意:**
>此操作会重置本地工作区,删除未被git管理的文件或目录,请谨慎操作。
```shell ```shell
repo forall -c 'git reset --hard;git clean -fdx' repo forall -c 'git reset --hard;git clean -fdx'
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册