命令如下:git clone git://codeaurora.org/platform/hardware/qcom/sensors.git -b LA.BR.1.3.7_rb1.9
如何查看自己想要的分支呢?
一、进入网页(方法一)
箭头标出的就是分支
二、先克隆,不指定分支(方法二)
git clone git://codeaurora.org/platform/hardware/qcom/sensors.git
进入目录后$:git branch -a //查看所有分支
接着删掉克隆,重新克隆并指定分支就行