Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/development/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ oco config set OCO_API_KEY=xxx
oco config set OCO_GITPUSH=false # 关闭自动 push
oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit
oco config set OCO_OMIT_SCOPE=true # 省略 scope
oco config set OCO_TOKENS_MAX_INPUT=40960 # 修改输入最大 Token 数
```

4. 使用 oco 命令生成 commit
Expand Down
Loading