Skip to main content
Code and think

GIT Create branch from a tag

If you want to create a branch from the existing tag you can use: git branch myNewBranch existingTagName.

Reference