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

pull/1/head
Raynaldo Sutisna 2022-10-03 09:27:08 +07:00 committed by GitHub
parent 6ac6c6e6c5
commit 6fb2422d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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