git clone ssh with branch code example
Example 1: clone specific branch
git clone --single-branch --branch <branchname> <remote-repo>
Example 2: git clone with folder name
git clone [email protected]:whatever folder-name
git clone --single-branch --branch <branchname> <remote-repo>
git clone [email protected]:whatever folder-name