24
Q:

set remote url git

git remote set-url origin https://hostname/USERNAME/REPOSITORY.git
6
 git config --get remote.origin.url
1
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
1
$ git remote add origin https://github.com/user/repo.git
# Set a new remote

$ git remote -v
# Verify new remote
> origin  https://github.com/user/repo.git (fetch)
> origin  https://github.com/user/repo.git (push)
0

New to Communities?

Join the community