how to use git clone instead of require code example
Example 1: git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
Example 2: git clone
#You will be required to sign into github
git clone [email protected]:UserName/gitRepositories.git