command line clone repository code example
Example 1: find .git repository file ubuntu copy
git clone https://github.com/<user name>/<repository name> <different name>
Example 2: how to pull git repository from github
git clone [email protected]:username/repo.git