change origin git and push code example
Example 1: git config remote.origin.url
# change remote url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: how to reset and change remote url in git
$ git remote set-url <remote_name> <remote_url>