切换到tag

切到tag就是在本地生成一个分支git

git checkout -b [new branch name] [tag name]it

e.g.生成

git checkout -b v1.3.1 v1.3.1new

相关文章
相关标签/搜索