NOTES
Change url for a Git remote
Most commonly, I want to do this to switch scheme from https to git.
git remote set-url REMOTE URL
for example:
git remote set-url git@github.com:ponylang/ponyc.git
NOTES
Most commonly, I want to do this to switch scheme from https to git.
git remote set-url REMOTE URL
for example:
git remote set-url git@github.com:ponylang/ponyc.git