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
My branch list (only master now)
My tag list (have three tags)
Switch to new branch feature/codec from opus_codec tag
git checkout -b feature/codec opus_codec