mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
git-remote: add example (#23593)
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
|
||||
`git remote set-url {{remote_name}} {{new_url}}`
|
||||
|
||||
- Set push remote to be different from fetch remote:
|
||||
|
||||
`git remote set-url {{remote_name}} {{new_url}} --push`
|
||||
|
||||
- Show the URL of a remote:
|
||||
|
||||
`git remote get-url {{remote_name}}`
|
||||
|
||||
Reference in New Issue
Block a user