SyntaxFix
Write A Post
Hire A Developer
Questions
Use --single-branch option to only clone history leading to tip of the tag. This saves a lot of unnecessary code from being cloned.
--single-branch
git clone <repo_url> --branch <tag_name> --single-branch