首页 > 其他 > 详细

? 使用Git Bash添加文件

时间:2019-03-18 11:00:01      阅读:183      评论:0      收藏:0      [点我收藏+]

 https://blog.csdn.net/u010802169/article/details/80490886

$ git init

$ git remote add origin https://github.com/neirongguoyuzhenshi/Bootstrap-C-E.git

$ git add .

$ git commit -m ‘提交‘

$ git push -u origin master

? 使用Git Bash添加文件

原文:https://www.cnblogs.com/hongou/p/10550844.html

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