SyntaxFix
Write A Post
Hire A Developer
Questions
I'm late to the game here, but another approach could be:
1) create a branch from the tag ($ git checkout -b [new branch name] [tag name])
$ git checkout -b [new branch name] [tag name]
2) create a pull-request to merge with your new branch into the destination branch