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