# Checkout to specific tag

git checkout tags/v1.0 -b v1.0-branch

```
git clone <url> --branch=<tag_name>
```

**Reference:**

1. &#x20;<https://devconnected.com/how-to-checkout-git-tags/>
2. <https://stackoverflow.com/questions/35979642/what-is-git-tag-how-to-create-tags-how-to-checkout-git-remote-tags>
