Git URL remoto
git config --get remote.origin.url
Dizzy Dragonfly
git config --get remote.origin.url
git config --get remote.origin.url
# change remote url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
# 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
# Check existing git url:
git remote -v
git remote set-url origin [email protected]:/your-repository.git