Q:

git origin command

git remote show origin
5
# when you are not connected to the network, you can use this
git config --get remote.origin.url
5
 git config --get remote.origin.url
1
git remote add origin [email protected]:User/UserRepo.git
git remote set-url origin [email protected]:User/UserRepo.git
0

New to Communities?

Join the community