git command to checkout an url code example
Example 1: git command to get the repo url
git remote show origin
Example 2: download github repository
git clone https://github.com/username/project-name.git
git remote show origin
git clone https://github.com/username/project-name.git