Git
13c8a330 :
Anonymous
2017-04-25 15:52
■特定のブランチだけを取得する
git clone -b ブランチ名 --single-launch [URL]
■とりあえずbuildするだけの目的で最新のものだけを取得する
git clone --depth 1 [URL]
■特定のブランチの最新だけを取得する
git clone -b test --depth 1 [URL]
Powered by
shinGETsu
.