切到tag就是在本地生成一個分支git
git checkout -b [new branch name] [tag name]it
e.g.生成
git checkout -b v1.3.1 v1.3.1new