git-rename-branch: add Chinese translation (#6987)

beep
meowmeowcat 2021-10-14 11:13:14 +08:00 committed by GitHub
parent ba2a835251
commit 9f37017d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# git rename-branch
> 重新命名一个 Git 分支。
> 属于 `git-extras` 的一部分。
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-rename-branch>.
- 重新命名你目前所在的分支:
`git rename-branch {{新的分支名称}}`
- 重新命名一个特定的分支:
`git rename-branch {{旧的分支名称}} {{新的分支名称}}`