Git Remote Origin Modifier

git remote set-url origin <repo url>
// Eg
git remote set-url origin https://github.com/myName/myRepo.git
shahul