We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4435c commit 7aa9c43Copy full SHA for 7aa9c43
1 file changed
docs/source/development/git.md
@@ -556,10 +556,11 @@ oco config set OCO_AI_PROVIDER='azure' OCO_MODEL='gpt-4o'
556
oco config set OCO_API_KEY=xxx
557
```
558
559
-3. 【可选】关闭自动 push
+3. 【可选配置】
560
561
```bash
562
-oco config set OCO_GITPUSH=false
+oco config set OCO_GITPUSH=false # 关闭自动 push
563
+oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit
564
565
566
4. 使用 oco 命令生成 commit
0 commit comments