clone project from git cli code example
Example 1: how to pull git repository from github
git clone [email protected]:username/repo.git
Example 2: take clone from gitbash
$ git clone https://github.com/libgit2/libgit2 mylibgit
git clone [email protected]:username/repo.git
$ git clone https://github.com/libgit2/libgit2 mylibgit