tcping 192.xxx.xx.xx 8080
把当前所有文件添加到暂存区
git add .
提交暂存区到仓库 打标签
git commit -m "提交信息"
推送到远程仓库
git push
暂无简介