Checkout to specific tag
git checkout tags/v1.0 -b v1.0-branch
git clone <url> --branch=<tag_name>
Reference:
Last updated
Was this helpful?
git checkout tags/v1.0 -b v1.0-branch
git clone <url> --branch=<tag_name>
Reference:
Last updated
Was this helpful?