git fetch --tags # fetch latests tag, you can use `git pull` too if you want git checkout <your tag here> # checkout code to the specified tag