git set remote origin ssh code example
Example 1: git change remote
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: how to change remote origin guit
$ git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
Example 3: set origin url git
git remote add origin <git_url>