Git Cheatsheet

Checkout to specific tag#

git checkout tags/{TAG} -b {BRANCH}

This creates a new branch BRANCH with the code from tag TAG