git tag -d v1.0
git push origin :refs/tags/v1.0
git branch -d branchName
git push origin :branchName
git checkout -b branchName tagName git checkout -b version2 v2.0.0
git checkout master git merge develop
git tag -d v1.0
git push origin :refs/tags/v1.0
git branch -d branchName
git push origin :branchName
git checkout -b branchName tagName git checkout -b version2 v2.0.0
git checkout master git merge develop