赞
踩
第一步,将所在分支拉取最新代码:
git origin fetch
第二步,根据tag创建新的分支
git branch <new-branch-name> <tag-name> 例如:git branch newbranch web-11.2