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

21
pages.zh/common/git-mr.md Normal file
View File

@@ -0,0 +1,21 @@
# git mr
> 本地检出 GitLab 合并请求。
> 这是 `git-extras` 的一部分。
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-mr>。
- 检出特定的合并请求:
`git mr {{mr_number}}`
- 从特定的远程检出合并请求:
`git mr {{mr_number}} {{remote}}`
- 从其 URL 检出合并请求:
`git mr {{url}}`
- 清理旧的合并请求分支:
`git mr clean`