git remote -alll code example
Example 1: git show origin
git config --get remote.origin.url
Example 2: git remote
git remote add origin [your-repository]
git config --get remote.origin.url
git remote add origin [your-repository]