get remote github code example
Example 1: get git remote url
git config --get remote.origin.url
Example 2: git show remote url
git config --get remote.origin.url
Example 3: adding remote origin git
git remote add origin <link>
git config --get remote.origin.url
git config --get remote.origin.url
git remote add origin <link>