mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:42:08 +02:00
git-remote: update Chinese translation (#10335)
This commit is contained in:
parent
abb3e73e2d
commit
2113a11535
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
`git remote set-url {{远程仓库名字}} {{新 URL}}`
|
||||
|
||||
- 查看远程仓库的 URL:
|
||||
|
||||
`git remote get-url {{远程仓库名字}}`
|
||||
|
||||
- 移除远程仓库:
|
||||
|
||||
`git remote remove {{远程仓库名字}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue