git clone repo with specific branch code example
Example 1: git clone specific branch only
git clone -b mybranch --single-branch git://sub.domain.com/repo.git
Example 2: specific branch clone git
git clone -b <branch> <remote_repo>
git clone -b my-branch [email protected]:user/myproject.git