mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
git-remote: add get-url example (#8661)
This commit is contained in:
parent
6ac6c6e6c5
commit
6fb2422d7f
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
`git remote set-url {{remote_name}} {{new_url}}`
|
||||
|
||||
- Show the URL of a remote:
|
||||
|
||||
`git remote get-url {{remote_name}}`
|
||||
|
||||
- Remove a remote:
|
||||
|
||||
`git remote remove {{remote_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue