Files
garden/git change remote.md

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`