git clone directory name code example
Example 1: git clone with folder name
git clone git@github.com:whatever folder-name
Example 2: git clone
#You will be required to sign into github
git clone git@github.com:UserName/gitRepositories.git
Example 3: take clone from gitbash
$ git clone https://github.com/libgit2/libgit2 mylibgit