github cloned repo code example
Example 1: git command to get the repo url
git remote show origin
Example 2: github clone to local folder
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
git remote show origin
cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git