本地项目推动到远程gitee仓库

本地项目推送至 Gitee_Chimengmeng的博客-CSDN博客

image-20230904105749615

image-20230904110007773

https://gitee.com/yub4by/my-itmc-trainingapp-frontend.git

image-20230904105250459

git init

image-20230904105421449

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

image-20230904132738343

image-20230904132639752

posted @ 2023-09-04 13:32  yub4by  阅读(9)  评论(0编辑  收藏  举报