github get clone url code example
Example 1: git command to get the repo url
git remote show origin
Example 2: how to pull git repository from github
git clone [email protected]:username/repo.git
git remote show origin
git clone [email protected]:username/repo.git