Git提交新项目
时间:2018-11-07 17:30:03
收藏:0
阅读:175
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
原文:https://www.cnblogs.com/itplay/p/9923868.html
评论(0)