git tag checkout

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

Switched to a new branch 'v1.0-branch'
Source

Also in Shell: