how to git clone on linux code example
Example 1: find .git repository file ubuntu copy
git clone https://github.com/<user name>/<repository name> <different name>
Example 2: download github repository
git clone https://github.com/username/project-name.git