本地项目推动到远程gitee仓库
本地项目推送至 Gitee_Chimengmeng的博客-CSDN博客
https://gitee.com/yub4by/my-itmc-trainingapp-frontend.git
git init
git remote add origin https://gitee.com/yub4by/my-itmc-trainingapp-frontend.git
git pull origin master
git add .
git commit -m "这里是注释"
git push origin master