git create branch from tag

C++
git checkout -b newbranch v1.0

Source

Also in C++: