首页 > 其他 > 详细

提交代码到Gitee

时间:2019-11-29 23:46:56      阅读:102      评论:0      收藏:0      [点我收藏+]

一 ,进入项目目录 执行 git init

技术分享图片

 

二,执行 git add --all  

 技术分享图片

 

 三,执行  git commit -m "注释"

技术分享图片

 

 四,执行 git remote add origin https://gitee.***.git

技术分享图片

 

 五,执行  git push -u origin master -f 

技术分享图片

 

 

 

中间会出现 登录界面

技术分享图片

 

提交代码到Gitee

原文:https://www.cnblogs.com/pengbaowei/p/11960955.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!