download github repository with git code example
Example 1: how to download a git repository
git clone "then thing you can copy with https"
Example 2: download github repository
git clone https://github.com/username/project-name.git
Example 3: how to pull git repository from github
git clone [email protected]:username/repo.git