From 9025e3f70a08730d80745f2dc014617d757268df Mon Sep 17 00:00:00 2001 From: a145789 <2091927351@qq.com> Date: Sun, 18 Feb 2024 20:06:34 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d7997b..5b2bc3fd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ ```sh aicommits config set AI_KEY= -w - aicommits config set type=conventional -w + aicommits config set type=conventional -w # 该项目下使用 conventional 规范的commit信息 + aicommits config set locale=zh-CN -w # 该项目下使用中文做为 commit 信息 ``` 可在工作区生成配置文件,文件项会覆盖全局配置。