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
1.4m articles
1.4m replys
5 comments
57.0k users