将项目中引用的其它项目一起clone下来 --recursive
指定clone分支的版本
git clone [git-url] -b [branch-name]
检出指定分支
git reset --hard [commit-number]
搜索
复制