切换到分支
git checkout v2.0.1
将要提交的文件信息添加到索引库
git add . git commit -m "备注"
提交到指定分支
git push origin v2.0.1