Answers for "git tag checkout"

8

git checkout tag

$ git checkout tags/<tag_name> -b <branch_name>
Posted by: Guest on May-20-2020
4

git tag checkout

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

Switched to a new branch 'v1.0-branch'
Posted by: Guest on March-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language