git add origin master code example
Example 1: git set origin
git remote -v
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: git add remote
$ git remote add origin https://github.com/user/repo.git
$ git remote -v
> origin https://github.com/user/repo.git (fetch)
> origin https://github.com/user/repo.git (push)
Example 3: git set remote
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 4: git remote add
git remote add origin https://github.com/user/repo.git
Example 5: set git origin
git remote add origin [email protected]:portfolio/space.space_name.git
Example 6: git show origin
git config --get remote.origin.url