GIT Create branch from a tag
If you want to create a branch from the existing tag you can use: git branch myNewBranch existingTagName
.
- Previous: GIT Config
- Next: GIT Edit commits aka squash, drop ...
If you want to create a branch from the existing tag you can use: git branch myNewBranch existingTagName
.