码迷,mamicode.com
首页 > 其他好文 > 详细

Git提交新项目

时间:2018-11-07 17:47:09      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:remote   mit   base   span   ase   color   云上   .com   commit   

Github或者码云上新建项目

$ git init

$ git add *

$ git remote add origin https://gitee.com/demo/demo.git

$ git pull

$ git commit -m "新建项目demo-base"

$ git push -f origin master

 

Git提交新项目

标签:remote   mit   base   span   ase   color   云上   .com   commit   

原文地址:https://www.cnblogs.com/itplay/p/9923868.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!