github get repository code example
Example 1: how to check git repository link
git config --get remote.origin.url
Example 2: download github repository
git clone https://github.com/username/project-name.git
Example 3: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]