I’d like to create a new master branch from an existing tag. Say I have a tag v1.0
. How to create a new branch from this tag?
7 s
Wow, that was easier than I thought:
git checkout -b newbranch v1.0