首页 > 解决方案 > 如何从 GitLab 克隆特定分支

问题描述

如何从 GitLab 存储库克隆特定分支。

标签: gitgitlab

解决方案


git clone -b <branch-name> <remote_repository>

推荐阅读