从 git 获取分支

bul*_*che 0 git

假设我想以与获取最新分支相同的方式获取此分支,使用. 我该怎么做?git clone git://github.com/raspberrypi/linux.git

spa*_*cvs 5

您需要将分支标记添加到克隆过程中。

git clone -b rpi-3.2.27 https://github.com/raspberrypi/linux.git