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 管道
> 列出、查看和运行 GitLab CI/CD 管道。
> 更多信息:<https://glab.readthedocs.io/en/latest/pipeline>。
- 查看当前分支上的运行中的管道:
`glab pipeline status`
- 查看特定分支上的运行中的管道:
`glab pipeline status --branch {{branch_name}}`
- 获取管道列表:
`glab pipeline list`
- 在当前分支上运行手动管道:
`glab pipeline run`
- 在特定分支上运行手动管道:
`glab pipeline run --branch {{branch_name}}`