ブランチを指定してClone
$ git clone -b <branch-name> ssh://git@my.domain/vendor/repo.git
Submoduleも同時にClone
$ git clone ssh://git@my.domain/vendor/repo.git --recursive