Git Clone One Level Only
git clone -b <tag-name> --depth 1 <repo>
This skips a ton of sync time. Worth it for extremely large repos and maybe you just want to look at the source but not build it.
Read other posts
git clone -b <tag-name> --depth 1 <repo>
This skips a ton of sync time. Worth it for extremely large repos and maybe you just want to look at the source but not build it.