Q:

git set remote

git remote set-url origin new.git.url/here
12
 git remote -v
 git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
1
 git config --get remote.origin.url
1
git remote show origin
5
# If you require full output and you are on a network that can reach the remote repo where the origin resides 
git remote show origin
9
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
1
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
8
git remote add origin [email protected]:portfolio/space.space_name.git
6

New to Communities?

Join the community