常用命令 1. 打tag git tag -a v1.1 -m '服务器开子进程提供服务,处理多客户端连接' 2.tag推到远程 git push origin v1.1 转载于:https://www.cnblogs.com/wangweiwen/p/7602662.html