mirror of
https://github.com/flancian/garden.git
synced 2026-08-02 20:46:20 +00:00
311 B
311 B
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
- pull git remote change remote