how do i git clone code example
Example 1: git clone command from github to local
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Example 2: git clone
#You will be required to sign into github
git clone [email protected]:UserName/gitRepositories.git
Example 3: take clone from gitbash
$ git clone https://github.com/libgit2/libgit2 mylibgit