diff --git a/pr/primary/docs/how-to-experience.md b/pr/primary/docs/how-to-experience.md index 8a1be97ead9de589424853f6d18e6468a13a5d37..94dbe13e0957ded02e8bd7dc99745e60923828e0 100644 --- a/pr/primary/docs/how-to-experience.md +++ b/pr/primary/docs/how-to-experience.md @@ -39,7 +39,7 @@ ```shell git config --global user.name "woodrabbit" # 请设置成您自己的Gitee-ID git config --global user.email "woodrabbit@qq.com" # 请设置成您自己和Gitee-ID关联的提交邮箱 - git config --global list # 查看设置 + git config --global --list # 查看设置 ```