Files
garden/git change remote.md
T

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