git clone repository to folder code example
Example 1: git clone with folder name
git clone [email protected]:whatever folder-name
Example 2: git clone branch
git clone --single-branch --branch <branchname> <remote-repo>
Example 3: take clone from gitbash
$ git clone https://github.com/libgit2/libgit2 mylibgit