git how to show a git clone link code example
Example 1: git clone
#You will be required to sign into github
git clone [email protected]:UserName/gitRepositories.git
Example 2: download github repository
git clone https://github.com/username/project-name.git