Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git checkout tag

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
 
PREVIOUS NEXT
Tagged: #git #checkout #tag
ADD COMMENT
Topic
Name
6+3 =