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?
v1.0
Wow, that was easier than I thought:
git checkout -b newbranch v1.0
2.1m questions
2.1m answers
60 comments
57.0k users