How to change your remote repo url/name on local
Scenario:
Example:
Solution:
$ git remote -v
origin https://github.com/DayuanTan/someproject.git (fetch)
origin https://github.com/DayuanTan/someproject.git (push)Last updated
Was this helpful?