1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:02:08 +02:00

git-remote: update Chinese translation (#10335)

This commit is contained in:
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

View file

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