git checkout tags/v1.0 -b v1.0-branch
git clone <url> --branch=<tag_name>
Reference:
https://devconnected.com/how-to-checkout-git-tags/
https://stackoverflow.com/questions/35979642/what-is-git-tag-how-to-create-tags-how-to-checkout-git-remote-tags
Last updated 2 years ago