git-remote: update Chinese translation (#10335)

pull/23/head
Zhizhen He 2023-06-06 22:09:05 +08:00 committed by GitHub
parent abb3e73e2d
commit 2113a11535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
`git remote set-url {{远程仓库名字}} {{新 URL}}`
- 查看远程仓库的 URL
`git remote get-url {{远程仓库名字}}`
- 移除远程仓库:
`git remote remove {{远程仓库名字}}`