Git Cheatsheet
Checkout to specific tag#
git checkout tags/{TAG} -b {BRANCH}
This creates a new branch BRANCH
with the code from tag TAG
Git Cheatsheet
git checkout tags/{TAG} -b {BRANCH}
This creates a new branch BRANCH
with the code from tag TAG