git-remote: add get-url example (#8661)

This commit is contained in:
Raynaldo Sutisna
2022-10-03 09:27:08 +07:00
committed by GitHub
parent 6ac6c6e6c5
commit 6fb2422d7f

View File

@@ -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}}`