首页 > 其他 > 详细

提交现有代码到gitee

时间:2020-06-06 20:42:28      阅读:46      评论:0      收藏:0      [点我收藏+]

一:git init

二:git add --all

三:git commit -m ‘第一次提交‘

四:在gitee上建好仓库,复制仓库地址

五:git remote add origin https://gitee.***.git

六:git push -u origin master -f 

 

over

提交现有代码到gitee

原文:https://www.cnblogs.com/rainbowLover/p/13056207.html

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