set remote git origin code example
Example 1: git set remote
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: adding remote origin git
git remote add origin <link>
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
git remote add origin <link>