mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 09:15:31 +02:00
Adding git remote set-url example, removing git remote add and fetch
This commit is contained in:
parent
779407e76f
commit
f7828563b0
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
|
||||
`git remote add {{remote_name}} {{remote_url}}`
|
||||
|
||||
- Add a remote and run fetch on it
|
||||
- Change the URL of a remote
|
||||
|
||||
`git remote add -f {{remote_name}} {{remote_url}}`
|
||||
`git remote set-url {{remote_name}} {{new_url}}`
|
||||
|
||||
- Remove a remote
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue