mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 06:56:19 +00:00
11 lines
311 B
Markdown
11 lines
311 B
Markdown
# git change remote
|
|
|
|
- a [[spell]]
|
|
- [[pull]] [[git remote]] [[change remote]]
|
|
- `git remote set-url origin`
|
|
- [[https]] (read access)
|
|
- `git remote set-url origin https://github.com/flancian/agora.git`
|
|
- [[ssh]] (write access)
|
|
- `git remote set-url origin git@github.com:flancian/agora.git`
|
|
|