how to clone a repo in guit code example
Example 1: git clone command from github to local
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Example 2: take clone from gitbash
$ git clone https://github.com/libgit2/libgit2 mylibgit
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
$ git clone https://github.com/libgit2/libgit2 mylibgit