Skip to content

Commit 7aa9c43

Browse files
committed
docs(git.md): update optional configuration instructions for clarity
1 parent 1d4435c commit 7aa9c43

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/development/git.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,11 @@ oco config set OCO_AI_PROVIDER='azure' OCO_MODEL='gpt-4o'
556556
oco config set OCO_API_KEY=xxx
557557
```
558558

559-
3.可选】关闭自动 push
559+
3.可选配置】
560560

561561
```bash
562-
oco config set OCO_GITPUSH=false
562+
oco config set OCO_GITPUSH=false # 关闭自动 push
563+
oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit
563564
```
564565

565566
4. 使用 oco 命令生成 commit

0 commit comments

Comments
 (0)