add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# glab mr create
> 管理 GitLab 合并请求。
> 更多信息:<https://glab.readthedocs.io/en/latest/mr/create.html>。
- 交互式创建合并请求:
`glab mr create`
- 创建合并请求,从当前分支的提交信息中确定标题和描述:
`glab mr create --fill`
- 创建一个草稿合并请求:
`glab mr create --draft`
- 创建一个合并请求,指定目标分支、标题和描述:
`glab mr create --target-branch {{target_branch}} --title "{{title}}" --description "{{description}}"`
- 在默认网页浏览器中开始打开合并请求:
`glab mr create --web`