git add -u . 仅把改动的文件添加到缓存区, 未跟进的文件不添加
git add -u .
git tag -d v1.0.1 git push origin :refs/tags/v1.0.1
← 项目开发流程 jenkins部署go程序(自动编译部署) →