how to git clone cmd code example
Example 1: git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
Example 2: find .git repository file ubuntu copy
git clone https://github.com/<user name>/<repository name> <different name>